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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
netaccess
Forum Newbie
Posts: 1
Joined: Thu Jul 17, 2003 1:25 pm
Location: Hamilton, Ontario

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

Post 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.
User avatar
Slippy
Forum Contributor
Posts: 113
Joined: Sat Jul 12, 2003 11:31 pm
Location: Vancouver eh!

Post 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.
flea2k
Forum Newbie
Posts: 1
Joined: Fri Jul 25, 2003 4:16 pm

Post by flea2k »

I have been fighting the problem all day with no luck
Post Reply