|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-16 21:18 UTC] tony2001@php.net
[2006-02-16 22:11 UTC] davecenker at cfl dot rr dot com
[2006-03-15 02:42 UTC] goraja at gmail dot com
[2006-04-10 13:03 UTC] sniper@php.net
[2006-04-14 07:42 UTC] ceo at l-i-e dot com
[2006-04-18 01:00 UTC] php-bugs at lists dot php dot net
[2006-04-26 07:14 UTC] goraja at gmail dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 15:00:01 2025 UTC |
Description: ------------ I am having difficulties getting past the libxml build check when configuring PHP. I have installed libxml version 2.6.23 and am attempting to run the configure script for PHP version 5.1.2. I have seen other bug reports similar to this, but none of the recommended fixes seem to address my problem. Below is the complete configure commandline: ./configure --with-apxs=/home/dcenker/AMP/apache/bin/apxs --with-mysqli=/home/dcenker/AMP/mysql/bin/mysql_config --enable-mbstring --enable-soap --with-libxml-dir=/home/dcenker/libxml where /home/dcenker/libxml/bin contains the xml2-config executable. The last few lines of the config.log file are as follows: Any help in resolving this installation issue would be greatly appreciated. If you need any additional information, please let me know. Thank you. Actual result: -------------- <<<begin config.log excerpt>>> configure:18440: checking whether to enable LIBXML support configure:18487: checking libxml2 install dir configure:18647: checking whether libxml build works configure:18674: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucbli b -L/usr/ucblib -R/apps/gcc-3.0.4/lib/gcc-lib/sparc-sun-solaris2.7/3.0.4 -L/apps/ gcc-3.0.4/lib/gcc-lib/sparc-sun-solaris2.7/3.0.4 -R/home/dcenker/libxml/lib -L/ho me/dcenker/libxml/lib conftest.c -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -lm -lsocket -lnsl 1> &5 configure: failed program was: #line 18663 "configure" #include "confdefs.h" char xmlInitParser(); int main() { xmlInitParser(); return 0; } <<<end config.log excerpt>>>