postgresql/php/apache installation question. - Mailing list pgsql-general

From Wei Wang
Subject postgresql/php/apache installation question.
Date
Msg-id 20020530170940.74e48f97.ww220@cl.cam.ac.uk
Whole thread Raw
Responses Re: postgresql/php/apache installation question.
List pgsql-general
hi,

I am installing php/apache/postgresql and got stuck in the stage of configuring php. The command is:
./configure --with-pgsql --with-apache=../apache-_1.3.12 --enable-track-vars

and got this error message:
configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path


From the error message, it seems that the system
doesn't know where the psql library is.

Since I am not root, I don't have access to /etc/ld.so.conf where I could put the pgsql/lib in.

Is there any other way that I could let the system know where the pgsl library is?


Great thanks.


Wei

pgsql-general by date:

Previous
From: Doug Fields
Date:
Subject: Re: Non-linear Performance
Next
From: Wei Wang
Date:
Subject: Re: erros when making examples in /src/test/examples