Re: pg_connect fuction - Mailing list pgsql-interfaces

From wchart@pegasus1.it.kmutt.ac.th
Subject Re: pg_connect fuction
Date
Msg-id Pine.GSO.3.93.990924132643.1494A-100000@pegasus1
Whole thread Raw
List pgsql-interfaces
I get a php-3.0.12 source code from http://www.php.net and then compile
the source to be a 3rd party Apache DSO module (see it manual), using egcs
compiler distributed with RedHat6.0 CD.

What you need to install are: egcs compiler suite with bison, yacc, make,
freetype-devel and  apache-devel, postgresql-devel packages.

brief:- extract source by "tar -xvzf php-3.0.12.tar.gz"- cd php-3.0.12- ln -s /usr/include/pgsql
/var/lib/pgsql/include
(I use /var/lib/pgsql as PGDATA directory)- ./configure --with-apxs=/usr/sbin/apxs --with-pgsql=/var/lib/pgsql- make -
makeinstall
 
then - restart apache, it's work!

Enjoy!



pgsql-interfaces by date:

Previous
From: "Ken J. Wright"
Date:
Subject: Re: [INTERFACES] PQnotifies & select
Next
From: Stavros Tsirakidis
Date:
Subject: ...