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 modulephp4' 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