Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: kwak on November 22, 2007, 09:48:17 AM
-
hi,
I followed the installation instructions of postgresql in the wiki, and it went well. My problem is with phppgadmin, i can't view it, i get this error
"Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option."
I already searched in the forums and tried the solutions mentioned but failed. Can somebody help me with this?
My smeserver is 7.2.
Regards,
Edward
-
yum install php-pgsql
http://forums.contribs.org/index.php?topic=39003.msg178191
-
I know this is an OLD post, but for other people looking for the answer.
In case you didn't reboot the server after install PostGreSQL, you need to at least restart Apache, so that PHP can read the new config
/etc/init.d/apache restart