Click to See Complete Forum and Search --> : test script from website not working for me


Anon
08-01-2000, 09:00 PM
Fatal error: Call to unsupported or undefined function pg_pconnect() in /home/httpd/html/index.php3 on line 11
this is from the test script on the phpbuilder website.
I cannot make it work no matter what I try.
php 3.016
RedHat 6.2
Apache 1.3.12 modssl
postgresql-6.5.3-6

Anon
08-03-2000, 01:46 AM
install php and run configure with:

--with-pgsql

and edit httpd.conf to add a line before LoadModule libphp4.so :

LoadFile path/libpq.so


restart httpd.

Good lucky