I've worked with php quite a bit on windows machines, but this time I have to install it on a freeBSD 4.1.1 system and am having some trouble with the compiling.
At first I thought I was using some bad --with lines in the compile command so I took them all out except for the apxs one.
Here is what I do:
./configure --with-apxs=/usr/local/www/bin/apxs
I get no errors from this, but when i run "make" I get the following:
/usr/libexec/elf/ld: cannot find -lc-client4
*** Error code 1
Stop in /usr/local/src/php4.0.6.
*** Error code 1
Stop in /usr/local/src/php4.0.6.
Any advice?
Thanks
Doug