> Gary Fu <g...@sigmaspace.com> writes: > > Nilesh Govindarajan wrote: > >> Could you please explain a little more what you want to do actually ? > > > I have the following problem to run 'configure' when building pgpool > > 2.3.3 with libpq from normal built of postgreSQL 8.4.4. > > > configure:24789: result: no > > configure:24799: error: libpq is not installed or libpq is old > > This is a bug in pgpool's configure script, which you should report to > them not us. It's not our responsibility to supply libdl.
Starting from pgpool-II 2.3 it provides SSL support and it needs libssl then libssl needs libdl. Because pgpool's configure does not link libdl(which is a bug), pgpool relies on libpq's reference to libdl. Unfortunately libpq does not refer to libdl unless libpq is configured with SSL support. Probably his PostgreSQL 8.4.4 build was made without SSL support. Sorry for making a noise. I'm studying now libpq's build to know how to refer to libdl if SSL is enabled... -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese: http://www.sraoss.co.jp -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general