|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-01-27 13:06 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2020-01-27 13:06 UTC] cmb@php.net
[2020-02-09 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 23:00:01 2025 UTC |
Description: ------------ trying to install PHP with IBM HTTP Server 7 as my apache server with the command: ./configure --with-apxs=/usr/IBM/HTTPServer7/bin/apxs Error: configure:22086: gcc -o conftest -g -O2 -fvisibility=hidden -L/opt/freeware/lib -L/opt/freeware/lib conftest.c -lrt -lm -lxml2 -lz -liconv -lm 1>&5 configure: In function 'main': configure:22082: warning: visibility attribute not supported in this configuration; ignored configure: failed program was: #line 22075 "configure" #include "confdefs.h" char xmlInitParser(); int main() { xmlInitParser(); return 0; } Test script: --------------- configure:22086: gcc -o conftest -g -O2 -fvisibility=hidden -L/opt/freeware/lib -L/opt/freeware/lib conftest.c -lrt -lm -lxml2 -lz -liconv -lm 1>&5 configure: In function 'main': configure:22082: warning: visibility attribute not supported in this configuration; ignored configure: failed program was: #line 22075 "configure" #include "confdefs.h" char xmlInitParser(); int main() { xmlInitParser(); return 0; } Expected result: ---------------- i want to succesfully install and configure PHP with IBM HTTP Server (IHS 7) on AIX 6.1