Page 1 of 1

PHP 4.3.6 Fails with "warning multiple definitions of s

Posted: Sat May 22, 2004 11:28 pm
by raffy
I'm trying to compile PHP 4.3.6 on Mac OS X 10.3.3 with a variety of module/options.

Upon running make, I get a lot of warnings of this form:

ld: warning multiple definitions of symbol _XML_DefaultCurrent
/usr/sbin/httpd definition of _XML_DefaultCurrent
/sw/lib/libexpat.dylib(xmlparse.lo) definition of _XML_DefaultCurrent

Then make fails:

make: *** [libs/libphp4.bundle] Error 1

Any ideas?