This is a discussion on Re: configure doesn't find my pgsql installation within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> > -----Original Message----- > From: pgadmin-hackers-owner@postgresql.org > [mailto gadmin-hackers-owner@postgresql.org] On Behalf Of > Adam H. Pendleton > Sent: 05 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: pgadmin-hackers-owner@postgresql.org > [mailto > Adam H. Pendleton > Sent: 05 February 2005 13:28 > To: Serguei A. Mokhov > Cc: pgadmin-hackers@postgresql.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 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| ----- Original Message ----- From: "Dave Page" <dpage@vale-housing.co.uk> Sent: February 07, 2005 7:14 AM > > 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 :-( ). Wonderful! I am glad I popped up Thanks Adam and Dave. -s ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| Thread Tools | |
| Display Modes | |
|
|