Koozali.org: home of the SME Server

phppgadmin/php question

Offline kwak

  • 13
  • +0/-0
    • http://www.aimschool.ac.th
phppgadmin/php question
« 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

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: phppgadmin/php question
« Reply #1 on: November 22, 2007, 04:49:55 PM »

Offline SoftDux

  • ****
  • 240
  • +0/-0
    • http://www.SoftDux.com
Re: phppgadmin/php question
« Reply #2 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