Re: No lidbl.so in libpq.so (postgresql 8.4.4)

From: erobles <erobles(at)sensacd(dot)com(dot)mx>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: No lidbl.so in libpq.so (postgresql 8.4.4)
Date: 2010-05-28 19:22:16
Message-ID: 4C0017E8.8050003@sensacd.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/28/2010 02:16 PM, Tom Lane wrote:
> Gary Fu<gfu(at)sigmaspace(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message erobles 2010-05-28 20:08:23 Re: there is a way to deactivate type validation on 8.3.1????
Previous Message Tom Lane 2010-05-28 19:16:36 Re: No lidbl.so in libpq.so (postgresql 8.4.4)