php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15227 Compiling the CGI binary with xmlrpc fails to build/link expat
Submitted: 2002-01-25 14:22 UTC Modified: 2002-01-25 14:48 UTC
From: landon at bradshaw dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.1 OS: Linux
Private report: No CVE-ID: None
 [2002-01-25 14:22 UTC] landon at bradshaw dot org
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-25 14:48 UTC] derick@php.net
For 4.1.1 add --with-expat-dir=/usr (if libexpat is in /usr/lib).
Fix is underway for 4.2.0dev

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Nov 12 21:01:30 2024 UTC