Re: php and pgsql and rpm/compile - Mailing list pgsql-general

From Mike Sears
Subject Re: php and pgsql and rpm/compile
Date
Msg-id 002901c018e5$f2bfb000$08945bd1@vianet.on.ca
Whole thread Raw
In response to php and pgsql and rpm/compile  ("Adam Lang" <aalang@rutgersinsurance.com>)
List pgsql-general
I had this problem a few weeks ago when I was setting up php and postgress.
The easeist way (not recomended by my sysadmin =) ) was to rpm install all
of my postgress programs, (postgress 7.02, server, test rpms) and then
compiled php from scratch which was fairly painless

I simply compiled php the following way to get postgress to work

./configure --with-mysql --with-pgsql --with-apache=../apache_1.3.12 --enabl
e-track-vars --enable-xml


Mike Sears
Web Developer
http://www.vianet.ca
----- Original Message -----
From: "Adam Lang" <aalang@rutgersinsurance.com>
To: "PGSQL General" <pgsql-general@postgresql.org>
Sent: Thursday, September 07, 2000 12:02 PM
Subject: [GENERAL] php and pgsql and rpm/compile


> I have php installed from rpm.  I'm trying to rpm the package
> php-pgsql-3.0.15.i386.rpm so that I can tie in to the postgres server.
>
> It is coming back with a dependency for libpq.so.2.0
>
> I made a softlink to libpq.so.2.1 pointing to libpq.so.2.1, but it still
has
> that dependency.
>
> I have /usr/local/pgsql/lib in the ld.so.conf file.
>
> I'm not sure what else to try, but I really hope the answer of "compile
php"
> isn't the answer.
>
> Adam Lang
> Systems Engineer
> Rutgers Casualty Insurance Company
>


pgsql-general by date:

Previous
From: "Adam Lang"
Date:
Subject: Re: php and pgsql and rpm/compile
Next
From: dankatz@lucent.com (Daniel P. Katz)
Date:
Subject: Materialized views in PostgreSQL?