Koozali.org: home of the SME Server

pgsql.so

Offline BlueLake

  • **
  • 56
  • +0/-0
pgsql.so
« on: August 24, 2012, 06:30:41 PM »
Hi
in the php.ini file is says
extensions = /usr/lib/php/modules
I added
extension = pgsql.so
 to access a postgresql database through php, but nothing happened
 inspecting the dir /usr/lib/pho/modules there is no pgsql.so it doesn't seem to get installed...

is this correct, if so how do i install it?
and yes I have searched the forums (and the web) for answers

cheers

Offline Stefano

  • *
  • 10,836
  • +2/-0
Re: pgsql.so
« Reply #1 on: August 25, 2012, 01:41:51 AM »
configure dag repo as per wiki (adapt the path for centos5) and you are done
P.S. search google with "pgsql.so centos5 php rpm" keys for more info