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

From Nilesh Govindarajan
Subject Re: No lidbl.so in libpq.so (postgresql 8.4.4)
Date
Msg-id AANLkTim2Ph433JNbCfzZoVIWLVE64Dsq7kHdrLnpK0R-@mail.gmail.com
Whole thread Raw
In response to No lidbl.so in libpq.so (postgresql 8.4.4)  (Gary Fu <gary.fu@sigmaspace.com>)
Responses Re: No lidbl.so in libpq.so (postgresql 8.4.4)  (Gary Fu <gfu@sigmaspace.com>)
List pgsql-general
On Tue, May 25, 2010 at 7:48 PM, Gary Fu <gary.fu@sigmaspace.com> wrote:
> Hi,
>
> On my mandriva linux, I don't have problem to build pgpool 2.3.3 with
> postgresql 8.4.2.  But when I upgraded to 8.4.4, I cannot build pgpool again
> due to the libdl.so is not required in libpq.so (from the ldd command).  Do
> you know how to build the 8.4.4 so that libdl.so is required in libpq.so ?
>
> 10:16am 32 gfu@nppdist:~/postgres/postgresql-8.4.4> locate libdl
> /lib/libdl-2.6.1.so
> /lib/libdl.so.2
>
> 10:16am 33 gfu@nppdist:~/postgres/postgresql-8.4.4> ldd
> ./src/interfaces/libpq/libpq.so
>        linux-gate.so.1 =>  (0xffffe000)
>        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40026000)
>        libc.so.6 => /lib/i686/libc.so.6 (0x40054000)
>        /lib/ld-linux.so.2 (0x80000000)
>
>
> Thanks,
> Gary
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>


Could you please explain a little more what you want to do actually ?

--
Nilesh Govindarajan
Facebook: nilesh.gr
Twitter: nileshgr
Website: www.itech7.com

pgsql-general by date:

Previous
From: Data Growth Pty Ltd
Date:
Subject: Enforcing unique column with triggers and hash
Next
From: Nilesh Govindarajan
Date:
Subject: Re: Auto vacuum configuration in postgres.