From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: Compiling the CGI binary with xmlrpc fails to build/link expat
I have been trying to compile with the following configuration: ./configure --with-mysql --with-xmlrpc --with-zlib --with-pear --with-xml During the make it will fail with unresolved dependencies to XML_* functions which are contained in the expat lib...the make line that links libphp4.la and the the line that continues to make php the binary does not specify either the local expat library in ext/xml/expat (which is not being built) or the expat library that is installed in /usr/lib Note, this configuration works if I am building with apache as it uses apaches expat functions... My first test was without the --with-xml but I tried it also with xml and that did not work either. Please let me know if you need more information relating to this, I have tested on both RedHat 7.2 and SuSe 7.3 -- Edit bug report at: http://bugs.php.net/?id=15227&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]