After I installed PHP 4.0.4 DSO with Apache 1.3.14 on my Ultra 10 I thought an additional 3.0.18 would be fine 😉
However, I can't get the compiling procedure to finish. First it looks fine and after a while I get the following errors:
...
ld -G -o libphp3.so mod_php3.o libmodphp3-so.a -L/usr/local/lib -ldb -lpam -lm -ldl -lsocket -lnsl -lresolv
ld: fatal: library -ldb: not found
ld: fatal: File processing errors. No output written to libphp3.so
apxs:Break: Command failed with rc=1
make: *** [libphp3.so] Error 1
I'm using GCC 2.95.2 and GNU make 3.79.1.
Anyboady knows how to get it running?