Randall Smith <netmail(at)tnr(dot)cc> writes:
> I'm using the redhat 8 php 4.2.2 installation and postgresql 7.3.1 rpm
> from here:
> ftp://ftp10.us.postgresql.org/pub/postgresql/binary/v7.3.1/RPMS/redhat-8.0
>
> After upgrading to postgresql 7.3, my php-postgresql (pgsql.so)
> extension will not load. This is the error in my apache error log:
>
> PHP Warning: Unable to load dynamic library '/usr/lib/php4/pgsql.so'
> -
> libpq.so.2: cannot open shared object file: No such file or directory
> in Unknown on line 0
You'll need to recompile PHP against the 7.3 headers and libraries.
-Doug