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

From erobles
Subject Re: No lidbl.so in libpq.so (postgresql 8.4.4)
Date
Msg-id 4C0017E8.8050003@sensacd.com.mx
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

On 05/28/2010 02:16 PM, Tom Lane wrote:
> 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.
>
>             regards, tom lane
>
>


run pgpool's configure with the options:

--with-psql=/dir/where/you/have/pg844
--with-psql-includedir=/dir/dir/where/you/have/pg844/include
--with-psql-libdir=/dir/dir/where/you/have/pg844/lib

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: No lidbl.so in libpq.so (postgresql 8.4.4)
Next
From: erobles
Date:
Subject: Re: there is a way to deactivate type validation on 8.3.1????