Hello Ralf, 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?
Brandon -----Original Message----- From: Ralf Wildenhues [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 1:36 AM To: Brandon Molnar Cc: libtool@gnu.org Subject: Re: Problems on Solaris 10 (sparc) 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