Re: [HACKERS] pg_connect error

Travis Bauer <trbauer@indiana.edu>

From: Travis Bauer <trbauer@indiana.edu>
To: Brian Edginton <edge@shell.aros.net>
Cc: pgsql-general@postgresql.org
Date: 2000-10-19T03:45:52Z
Lists: pgsql-hackers
I noticed that when I was compiling my copy that if I did not specify 
the pgsql installation properly, that the ./configure script gave one
error in the middle of the ./configure output that was easy to 
miss. At the end, then it gave a warning that did not mention pgsql at all.
Are you sure that you correctly specified the install directory of the pgsql
server?  

-- 
----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------

Brian Edginton (edge@shell.aros.net) wrote:

> Travis Bauer <trbauer@indiana.edu> wrote:
> 
> > When you compiles php, did you ./configure with --with-pgsql?  If you did
> > not compile php explicitly telling it to includ pgsql support, it probably
> > didn't.
> 
> Yes I did, and postgresql is installed in the default location. Notice that
> the pg_connect from the pgsql module (ext/pgsql) is being executed, it's
> just not finding the PQconnectdb function from the libpq.so library.
> 
> > Travis
> 
> > Brian Edginton (edge@aros.ne