Hi Brandon, * Brandon Molnar wrote on Wed, May 03, 2006 at 07:28:48AM CEST: > Hello. I'm trying to get PHP 5.1.2 compilied on my Solaris 10 (sparc) > machine and I'm having some problems that I believe are libtool related. > Here is my ./configure for PHP: > > ./configure --prefix=/opt/php --with-mysql=/usr/sfw > --with-apxs2=/usr/apache2/bin/apxs --with-snmp=/usr/sfw > --with-libxml-dir=/usr/include/libxml2 --with-zlib=/usr/local > > I then did the make and make install. Instead of a compiled binary file at > /opt/php/bin/php, I have some "temporary wrapper script for .libs/php" that > I've attached onto this email. When I try to run it, I get this message: > # /opt/php/bin/php > /opt/php/bin/php: error: `/opt/php/bin/.libs/php' does not exist > This script is just a wrapper for php.
That wrapper script should never end up in an installed location. You did not by any chance build below the directory /opt/php? Please show complete configure, make, and make install output. Pack if large (bzip2 and gzip are ok). Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool