Dave Felt <felt@caltech.edu> writes:
> Trying to get PHP5 support running in PG 8.1.4 and regardless that I
> have postgresql-libs-8.1.4-1PGDG.i686.rpm loaded and freshened on the
> machine, when I try to bring up httpd, it complains that libpq.so.4
> isn't loaded.
libpq.so.4 definitely is in that RPM. Maybe you need to run ldconfig?
That's supposed to be run automagically when the RPM is installed, but
maybe it got missed ...
regards, tom lane