Sorry - the error message (even with that configure command you gave) is: checking for pg_config... no checking for PQexecPrepared in -lpq... no configure: error: libpq is not installed or libpq is old
Do I have to do anything special when I install Postgres? Everything is there On Sat, Sep 25, 2010 at 3:58 PM, Guillaume Lelarge <[email protected]> wrote: > Le 25/09/2010 22:36, Duncan McQueen a écrit : >> I see the new version of pgpool-II includes some support for postgres >> 9.0. I just installed the binary for postgres, but configure fails >> when trying to find libpq (since postgres is installed in /opt). >> Specifically. this fails: >> >> ./configure --with-pgsql-includedir=/opt/PostgreSQL/9.0/include/ >> --with-pgsql-libdir=/opt/PostgreSQL/9.0/lib/ >> >> >> Any ideas as to why? > > Well, as you didn't tell us what the error message was exactly, one > could just guess. > > Why don't you use the simpler --with-pgsql command-line option? this way > for example: > > ./configure --with-pgsql=/opt/PostgreSQL/9.0 > > I know it works for me. > > > -- > Guillaume > http://www.postgresql.fr > http://dalibo.com > _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
