Click to See Complete Forum and Search --> : No libphp4.so at "make install"


Anon
06-07-2001, 06:01 PM
Hey all, bit of an issue here.

First I cd to the source dir (/usr/www/php-4.0.5) then I run:
./configure --prefix=/usr/www/php --with-apxs=/usr/www/bin/apxs
then the "make" and "make install"

At the end of the "make install" I get:

make[2]: Leaving directory `/usr/www/php-4.0.5/regex'
make[1]: Leaving directory `/usr/www/php-4.0.5/regex'
Making install in .
make[1]: Entering directory `/usr/www/php-4.0.5'
/usr/www/bin/apxs -i -a -n php4 libs/libphp4.so
[activating module `php4' in /usr/www/conf/httpd.conf]
cp libs/libphp4.so /usr/www/libexec/libphp4.so
cp: cannot access libs/libphp4.so
apxs:Break: Command failed with rc=2
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/usr/www/php-4.0.5'
make: *** [install-recursive] Error 1

I didn't see any errors during the configure or make...

Any ideas? Thanks a bunch!

-jason m

Anon
10-09-2001, 08:49 PM
I got the same issue, and no way to get out. Did you get some idea now?