Re: [PHP-DB] apache 1.3.9 pgsql 7.1 php4 on solaris 2.7

2001-04-25 Thread Yasuo Ohgaki
You can't load libpq.so, but pgsql.so. If you compiled PostgreSQL extension as self contained module. (Location of shared object is probably wrong, also) I suggest to compile PostgreSQL module in PHP. Minimum configure line would be ./configure --with-apxs --with-pgsql Make sure to use libpq7.1.

[PHP-DB] apache 1.3.9 pgsql 7.1 php4 on solaris 2.7

2001-04-25 Thread Marc Blum
Hello We're trying to get this running. php4 is running as dynamically linked module. the php.ini file contains the entry: extension=libpq.so and extensiondir=./ libpq.so has been copied to the php directory and the modules and libs subdirs. postmaster is up and running but in our testscript th