Trying to compile PHP 4.3.2 with xmlrpc.  The xmlrpc manual page says no external 
libraries are needed yet configure complains with

checking whether to enable XML support... yes
checking external libexpat install dir... no
checking for XMLRPC-EPI support... yes
checking libexpat dir for XMLRPC-EPI... yes
checking iconv dir for XMLRPC-EPI... yes
configure: error: XML-RPC support requires libexpat. Use --with-expat-dir=<DIR>

Apache2 has a bundled expat, as does PHP.  So do I need to install yet another 
libexpat and have both apache and php look externally?  Why won't xml-rpc use the 
expat bundled with PHP?

Thanks.

Reply via email to