Re: Problem with PHP / Postgresql on CentOS6.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 03/27/12 5:49 AM, Rudinei Dias wrote:
> HI.
>
> I have instaled a WEB server with Postgresql on CentOS 6.2.
> PostgreSQL, versin 9.1.3 x64 from EntrrpriseDB base *.run*.
> PHP with PDO from YUM using reposity versions.
>

use the postgres developer group's RPM's, not the entterpriseDB installer.

# rpm -ivh 
http://yum.postgresql.org/9.1/redhat/rhel-6-x86_64/pgdg-centos91-9.1-4.noarch.rpm
...
# yum install postgresql91-{server,contrib,devel)
...
# service postgresql-9.1 initdb
(then edit your .conf files in /var/lib/pgsql/9.1/data
# chkconfig postgresql-9.1 on
# service postgresql-9.1 start

done.   this will properly integrate with the base repository's 
php-pgsql and pdo.

-- 
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux