Hi everyone
I've a big problem with enabling postgresql in php
I'm using CPanel on a VPS , Here's the details :
CENTOS 5.9 i686 virtuozzo – WHM 11.36.0 (build 11)
I already installed the PostgreSQL In CPanel , And i have the Configure Postgres in the SqlServices
Also in my hosts control panel , I've the PostgreS control panel and phpPGAdmin too
phpPGAdmin can connect to database , And it can handle the tables
I can create databases and create users , Assigning users at etc
But the problem in , I can't work with postgre from Php
Here's my Phpinfo :
phpinfo()
You see , There's no sign of PostgreS !
I can't install php-pgsql from yum
[email protected] [/usr/local/lib/php]# yum install php-pgsql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.psw.net
* extras: mirror.informatik.hs-fulda.de
* updates: centos.intergenia.de
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package php-pgsql available.
Nothing to do
[email protected] [/usr/local/lib/php]#
And when i get the installed details :
[email protected] [/usr/local/lib/php]# yum info php-pgsql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.psw.net
* extras: centos.intergenia.de
* updates: centos.intergenia.de
Excluding Packages in global exclude list
Finished
Error: No matching Packages to list
[email protected] [/usr/local/lib/php]#
I tryed to edit the yum.confd file , And reinstall the php-pgsql ,
After reinstalling , I restart the httpd service , But again no luck
I really need to use PostgreSQL , Please let me know if it's really possible to use it with CPanel ??
By the way , I really love to know that hos phpPGAdmin can work with postgres , While it's extension is not loaded yet !
Thank you .
I've a big problem with enabling postgresql in php
I'm using CPanel on a VPS , Here's the details :
CENTOS 5.9 i686 virtuozzo – WHM 11.36.0 (build 11)
I already installed the PostgreSQL In CPanel , And i have the Configure Postgres in the SqlServices
Also in my hosts control panel , I've the PostgreS control panel and phpPGAdmin too
phpPGAdmin can connect to database , And it can handle the tables
I can create databases and create users , Assigning users at etc
But the problem in , I can't work with postgre from Php
Here's my Phpinfo :
phpinfo()
You see , There's no sign of PostgreS !
I can't install php-pgsql from yum
[email protected] [/usr/local/lib/php]# yum install php-pgsql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.psw.net
* extras: mirror.informatik.hs-fulda.de
* updates: centos.intergenia.de
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package php-pgsql available.
Nothing to do
[email protected] [/usr/local/lib/php]#
And when i get the installed details :
[email protected] [/usr/local/lib/php]# yum info php-pgsql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.psw.net
* extras: centos.intergenia.de
* updates: centos.intergenia.de
Excluding Packages in global exclude list
Finished
Error: No matching Packages to list
[email protected] [/usr/local/lib/php]#
I tryed to edit the yum.confd file , And reinstall the php-pgsql ,
After reinstalling , I restart the httpd service , But again no luck
I really need to use PostgreSQL , Please let me know if it's really possible to use it with CPanel ??
By the way , I really love to know that hos phpPGAdmin can work with postgres , While it's extension is not loaded yet !
Thank you .