Re: No lidbl.so in libpq.so (postgresql 8.4.4) - Mailing list pgsql-general

From Tatsuo Ishii
Subject Re: No lidbl.so in libpq.so (postgresql 8.4.4)
Date
Msg-id 20100529.114841.66716904.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: No lidbl.so in libpq.so (postgresql 8.4.4)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> Gary Fu <gfu@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

pgsql-general by date:

Previous
From: Shoaib Mir
Date:
Subject: Re: sintax error in script
Next
From: Luis Daniel Lucio Quiroz
Date:
Subject: Re: sintax error in script