John Holden wrote:
Hmm, I may be wrong about this, but I usually compile PHP with a prefix of /usr/local. Also, what OS are you running? You could also try running 'locate -u', then 'locate libphp4.so' and see if that finds anything.
Anyone else have thoughts?
John Holden [EMAIL PROTECTED] 802.793.6244 P.O. Box 328 Waitsfield, Vermont 05673
-----Original Message----- From: Peggy Kam [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 11:35 AM To: John Holden Cc: [EMAIL PROTECTED] Subject: Re: [PHP-INSTALL] libphp4.so not created
./configure --prefix=/usr/local/apache2/php --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/apache2/php --enable-sockets --with-mysql=/usr/local/mysql --with-zlib-dir=/usr/local/ --with-gd
John Holden wrote:
Peggy,
What switches are you using in your configure command for PHP?
John Holden [EMAIL PROTECTED] 802.793.6244 P.O. Box 328 Waitsfield, Vermont 05673
-----Original Message----- From: Peggy Kam [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 11:26 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] libphp4.so not created
Hi,
I have been trying to install php-4.3.3 as well as php4-Stable with apache 2.0.47; however, I could never have libphp4.so created. The followings are the errors that I have encountered:
/prod/apache2/build/instdso.sh SH_LIBTOOL='/prod/apache2/build/libtool' libphp4.la /prod/apache2/modules libtool: install: warning: remember to run `libtool --finish /kobe/Build/php-4.3.3/libs' chmod 755 /prod/apache2/modules/libphp4.so chmod: failed to get attributes of `/usr/local/apache2/modules/libphp4.so': No such file or directory apxs:Error: Command failed with rc=65536 . make: *** [install-sapi] Error 1
I have tried to run "libtool --finish /kobe/Build/php-4.3.3/libs", but libphp4.so is still not created. Any idea?
Thanks in advance, Peggy