I am setting up a box to run Apache + mod_ssl + MySQL + PHP.
Apache is configured with DSO support and everything goes fine until I do
"make inststall" in the php source dir....

Making install in .
make[1]: Entering directory `/root/programs/web/php-4.0.6'
/root/programs/web/php-4.0.6/build/shtool mkdir -p
"/usr/local/apache/libexec" && /usr/local/apache/bin/apxs -S
LIBEXECDIR="/usr/local/apache/libexec" -i -a -n php4 libs/libphp4.so
[activating module `php4' in /usr/local/apache/conf/httpd.conf]
cp libs/libphp4.so /usr/local/apache/libexec/libphp4.so
cp: cannot stat `libs/libphp4.so': No such file or directory
apxs:Break: Command failed with rc=1
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/root/programs/web/php-4.0.6'
make: *** [install-recursive] Error 1


Anyone have any ideas? I have done this process many times before and have
never seen this error before. I am also using all of the latest updates from
the RH site.

-Tad




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to