On Wed, Jan 28, 2004 at 07:33:48PM +0100, Marian POPESCU wrote: > I tried to build PHP 5 beta 3 with no success ... > I used the spec file from 4.3.4-11 source rpm. > It does the following error: > > [snip] > libtool: link: `ext/libxml/libxml.lo' is not a valid libtool object > make: *** [sapi/cgi/php] Error 1 > error: Bad exit status from /var/tmp/rpm-tmp.86751 (%build) > [snip] The PHP build system does not work with libtool 1.5: to fix this, either: 1) comment out the spec file lines which run libtoolize, buildconf etc 2) rediff and apply "php-4.3.2-libtool15.patch" appropriately Regards, joe