Page 1 of 1

PHP 4.3, Apache 1.3.26, BSD/OS 5.0 Installation Problem

Posted: Thu Jul 17, 2003 1:25 pm
by netaccess
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.

Posted: Mon Jul 21, 2003 7:00 pm
by Slippy
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.

Posted: Fri Jul 25, 2003 4:16 pm
by flea2k
I have been fighting the problem all day with no luck