Hi Brandon, * Brandon Molnar wrote on Wed, May 03, 2006 at 07:49:00AM CEST: > > Thank you for the quick reply! I did not start the ./configure, make or > make install under /opt/php. I extracted the php-5.1.2.tar.gz under my home > directory in /export/home/brandon, then su'd to root to run the configure, > make and make install from there. Should I remove the current /opt/php > directory, extract the php-5.1.2.tar.gz file to /opt/php/somewhere and THEN > run the ./configure, make and make install?
Nah. I've looked at php-5.1.2. The package has a bug in that they need to use "libtool --mode=install $(INSTALL)" as installation command for all libtool libraries and all binaries that depend on uninstalled libtool libraries. (php does not use Automake, thus does not get this automatically.) AFAICS this bug is still in php-5.1.3 which cam out a couple of days ago. Could you please report this bug upstream and point to this discussion in case of any questions? Thanks, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool