[SOLVED]Your PHP installation does not support PostgreSQL...
Posted: Mon Mar 22, 2004 11:49 am
Running Apache on FreeBSD, and I have webmin installed and use that to try to figure most stuff out.
Ok, so I'm brand new to managing servers and I'm having trouble with my php configuration. I thought I had postgresql support installed with my php (I'm even showing the pdsql folders /usr/local/include/php/ext/pgsql with file php_pgsql.h). I installed phppgadmin but get an error similar to the subject line. For those who don't use phppgadmin the error is thrown from a function_exists("pg_connect") check.
My question: How do I check my php configuration to confirm postgresql support and if it's not there how do I put it there?
Thanks in advance for any comments and questions.
Ok, so I'm brand new to managing servers and I'm having trouble with my php configuration. I thought I had postgresql support installed with my php (I'm even showing the pdsql folders /usr/local/include/php/ext/pgsql with file php_pgsql.h). I installed phppgadmin but get an error similar to the subject line. For those who don't use phppgadmin the error is thrown from a function_exists("pg_connect") check.
My question: How do I check my php configuration to confirm postgresql support and if it's not there how do I put it there?
Thanks in advance for any comments and questions.