PHP 4.3.6 Fails with "warning multiple definitions of s

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
raffy
Forum Newbie
Posts: 1
Joined: Sat May 22, 2004 11:28 pm
Location: New Holland, PA

PHP 4.3.6 Fails with "warning multiple definitions of s

Post 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?
Post Reply