I have noticed that libtool for PHP 4.1.[01] doesn't build libphp4.so right on Darwin. Actually, it tries to build libphp4.dylib instead, and fails to do even that - first it tries to add all libraries twice and fails with a ton of "duplicate symbol" messages, then if you fix that manually you get .dylib which Apache fails to load with 'unknown reason' error message. If you take libtool from 4.0.6, it works OK and creates .so which runs perfectly for PHP 4.1.[01]. So I guess some bugs were introduced (at least with regard to Darwin) somewhere between 4.0.6 and 4.1. Can anybody shed some light on the matter - what was done on libtool side from 4.0.6 till 4.1.1 and could it break Darwin and what is the most efficient way to fix it?
-- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php