ID: 44249
Updated by: [EMAIL PROTECTED]
Reported By: jthrom2 at uiuc dot edu
-Status: Open
+Status: Feedback
Bug Type: Compile Failure
Operating System: Fedora 7
PHP Version: 5.2.5
New Comment:
Is this a 64 bit system? If so, check that you have all devel stuff
installed and that they're 64bit too.
This might reveal some info:
# rpm -ql zlib-devel
Previous Comments:
------------------------------------------------------------------------
[2008-02-26 04:10:43] jthrom2 at uiuc dot edu
Description:
------------
Installing PHP to use with MythWeb
Reproduce code:
---------------
./configure --with-mysql --with-apache=../apache_1.3.41
this appears down the page
Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... no
configure: error: build test failed. Please check the config.log for
details.
Actual result:
--------------
from config.log
configure:20055: gcc -o conftest -g -O2 conftest.c
-lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5
/usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for
-lz
/usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for
-lz
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
configure: failed program was:
#line 20044 "configure"
#include "confdefs.h"
char xmlInitParser();
int main() {
xmlInitParser();
return 0;
}
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=44249&edit=1