Re: [PHP-INST] PHP, Apache & PostgreSQL

2001-07-20 Thread Rasmus Lerdorf
The error is that it can't find your libpq.so library, not your pgsql.so one. Where is libpq.so.2.0 on your system? If you are on a Linux box, edit /etc/ld.so.conf and add thatr directory and then run ldconfig. -Rasmus On Fri, 20 Jul 2001, Sean McCoy wrote: > When I execute a pg_connect() in

[PHP-INST] PHP, Apache & PostgreSQL

2001-07-20 Thread Sean McCoy
When I execute a pg_connect() in a .php file, I get an error indicating that the function is not defined... That's because, in the Apache error log I'm getting the following: PHP Warning: Unable to load dynamic library '/usr/lib/pgsql.so' - libpq.so.2.0: cannot open shared object file: No such