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
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