From: | "Mike Sears" <msears(at)vianet(dot)ca> |
---|---|
To: | "Adam Lang" <aalang(at)rutgersinsurance(dot)com>, "PGSQL General" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: php and pgsql and rpm/compile |
Date: | 2000-09-07 16:09:05 |
Message-ID: | 002901c018e5$f2bfb000$08945bd1@vianet.on.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)rutgersinsurance(dot)com>
To: "PGSQL General" <pgsql-general(at)postgresql(dot)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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel P. Katz | 2000-09-07 16:14:27 | Materialized views in PostgreSQL? |
Previous Message | Adam Lang | 2000-09-07 16:07:42 | Re: php and pgsql and rpm/compile |