I'm still having issues with configure not finding or liking libpq. ./configure --prefix=/usr/local --with-pgsql=/usr/local/postgres8.3.1/ --with-pgsql-includedir=/usr/local/postgres8.3.1/include/ --with-pgsql-libdir=/usr/local/postgres8.3.1/lib/
checking for pg_config... pg_config checking for PQexecPrepared in -lpq... no configure: error: libpq is not installed or libpq is old I ran 'nm /usr/local/postgres8.3.1/lib/libpq.a | grep PQexecPrepared' and it came back with: 00003150 T PQexecPrepared Anyone have any suggestions? Nate Tallman On Fri, May 23, 2008 at 2:21 PM, Nate Tallman < [EMAIL PROTECTED]> wrote: > No dice: > It finds pg_config, but still errors out on libpq. I verified that libpq is > definitely in the specified directories (lib and include). > > > On Fri, May 23, 2008 at 1:43 PM, Yoshiyuki Asaba <[EMAIL PROTECTED]> > wrote: > >> Hi, >> >> From: "Nate Tallman" <[EMAIL PROTECTED]> >> Subject: [Pgpool-general] pgpool-II compile issues >> Date: Fri, 23 May 2008 11:33:43 -0500 >> >> > I'm trying to compile pgpool-II 2.0.1 on a system with postgres 8.3.1 >> but >> > the configure script keeps dying at "libpq is not installed or libpq is >> old" >> > Likewise, "checking for pg_config" comes back as "no". >> >> Can you try the following command? >> >> % PAHT=/usr/local/postgresql8.3.1/bin:$PATH ./configure \ >> --prefix=/usr/local --sysconfigdir=/etc >> >> Regards, >> -- >> Yoshiyuki Asaba >> [EMAIL PROTECTED] >> _______________________________________________ >> Pgpool-general mailing list >> [email protected] >> http://pgfoundry.org/mailman/listinfo/pgpool-general >> > >
_______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
