| From: | "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net> |
|---|---|
| To: | "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-05 13:28:07 |
| Message-ID: | 4204C9E7.2000002@fmonkey.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
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.
ahp
| Attachment | Content-Type | Size |
|---|---|---|
| acinclude.m4.patch | text/plain | 1.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | cvs | 2005-02-07 12:12:43 | CVS Commit by dpage: fix libpq/ssl library detection [Adam H Pendleton] |
| Previous Message | Serguei A. Mokhov | 2005-02-05 00:40:21 | Re: configure doesn't find my pgsql installation |