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

Title: phppgadmin/php question
Post 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
Title: Re: phppgadmin/php question
Post by: Franco on November 22, 2007, 04:49:55 PM
Quote
yum install php-pgsql

http://forums.contribs.org/index.php?topic=39003.msg178191
Title: Re: phppgadmin/php question
Post by: SoftDux on May 18, 2008, 09:04:03 AM
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

Code: [Select]
/etc/init.d/apache restart