ID: 43917 Comment by: ua9oty at qrz dot ru Reported By: lnycm at msn dot com Status: No Feedback Bug Type: Compile Failure Operating System: Cent OS 5.0 PHP Version: 5.2.5 New Comment:
I have got a same problem with CentOS 5.2 x64 edition Problem has been solved after zlib install with command yum install zlib-devel and add key --with-libdir=lib64 in configuration line Previous Comments: ------------------------------------------------------------------------ [2008-02-02 01:00:01] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2008-01-26 00:56:17] j...@php.net Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2008-01-23 07:11:41] lnycm at msn dot com Description: ------------ 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. Reproduce code: --------------- configure:20055: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lresolv -lm -ldl -lnsl -lxml2 -lz -liconv -lm 1>&5 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=43917&edit=1