I have installed MYSQL, PGSQL on my FreeBSD 4.1 server and Slackware 7.1 server. I am trying to make PHP a DSO module in Apache. My configure looks like this:
./configure --prefix=/usr/.. --with-apxs --with-xml --with-pgsql=shared etc.
the problem is with Apache .. the error message is
Syntax error 243 of /usr/../apache/httpd.conf; cannot load /usr/../apache/libexec/libphp4.so into server: libpq.so.2.1 cannot open shared object file: No such file or directory.
I've noticed this problem posted alot... did anyone solve is problem.
Help and Thanks