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".
The is with me explicitly defining where postgres (and libs/includes) are
located

My config line:
./configure --with-prefix=/usr/local --sysconfdir=/etc
--with-pgsql=/usr/local/postgres8.3.1
--with-pgsql-libdir=/usr/local/postgres8.3.1/lib
--with-pgsql-includedir=/usr/local/postgres8.3.1/include

Are there any known issued with pgpool-II 2.0.1 and postgres 8.3.1? Google
doesn't find anything about this except that libpq must be installed.

Thanks,
Nate
_______________________________________________
Pgpool-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgpool-general

Reply via email to