Re: configure doesn't find my pgsql installation

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>, "Serguei A(dot) Mokhov" <mokhov(at)cs(dot)concordia(dot)ca>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: configure doesn't find my pgsql installation
Date: 2005-02-07 12:14:37
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E452892B@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of
> Adam H. Pendleton
> Sent: 05 February 2005 13:28
> To: Serguei A. Mokhov
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] configure doesn't find my
> pgsql installation
>
> Here's the culprit:
>
> configure:4912: checking for PQexec in -lpq
> configure:4942: gcc -o conftest -Wall -g -O0
> -I/local/pkg/pgsql8.0//include -L/local/pkg/pgsql8.0//lib
> conftest.c -lpq -lssl -lcrypto -lpq >&5
> /usr/bin/ld: cannot find -lssl
>
> This is the old -lssl bug. I submitted a fix for this a
> while back, but I guess it never made it. :-) Try the
> attached patch and see if fixes your problems. You'll have
> to re-run bootstrap after applying the patch.

Thanks Adam, patch applied (dunno how it got missed though :-( ).

Regards, Dave

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Serguei Mokhov 2005-02-07 14:32:50 Re: configure doesn't find my pgsql installation
Previous Message cvs 2005-02-07 12:13:46 CVS Commit by dpage: fix libpq/ssl library detection [Adam H Pendleton]