We are having a problem upgrading PHP to 4.3 as a dynamic module under BSD/OS 5.0 and Apache 1.3.26.
.....
Making install in .
/usr/local/src/php-4.2.3/build/shtool mkdir -p "/usr/lib/apache" &&
/usr/sbin/apxs -S LIBEXECDIR="/usr/lib/apache" -i -a -n php4 libs/libphp4.so
[activating module `php4' in /var/www/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/libphp4.so
cp: libs/libphp4.so: No such file or directory
apxs:Break: Command failed with rc=1
*** Error code 1
============================
Afterwards, libs directory contains only
libphp4.a
libphp4.la
and there is no libphp4.so module created.
Any help would be greatly appreciated.
PHP 4.3, Apache 1.3.26, BSD/OS 5.0 Installation Problem
Moderator: General Moderators
Have you ever tried Apache ToolBox?
http://www.apachetoolbox.com
It takes your selections and then downloads(wget)/makes/installs all of your pieces together.
I tried it with Apache, PostgreSQL, SSL, PHP, GDLib and a couple of mods and I haven't had a single problem with any of it.
Give it a shot -- sounds like you have nothing to lose.
http://www.apachetoolbox.com
It takes your selections and then downloads(wget)/makes/installs all of your pieces together.
I tried it with Apache, PostgreSQL, SSL, PHP, GDLib and a couple of mods and I haven't had a single problem with any of it.
Give it a shot -- sounds like you have nothing to lose.