pgAdmin III commit: Allow SSL use

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Allow SSL use
Date: 2011-12-13 13:09:24
Message-ID: E1RaS6m-0003NU-TB@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow SSL use

Since quite some time, I always get a "PostgreSQL SSL support: Missing"
message after configure. config.log shows this:

configure:5737: gcc -o conftest -g -O2 -L/opt/postgresql-head/lib
conftest.c -lpq >&5
/usr/bin/ld: /tmp/ccAr1HM4.o: undefined reference to symbol
'SSL_connect'
/usr/bin/ld: note: 'SSL_connect' is defined in
DSO /usr/lib64/libssl.so.10 so try adding it to the linker command line
/usr/lib64/libssl.so.10: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

Adding -lssl makes it work. SSL is detected, and the compilation take SSL into
account.

Fixes https://bugs.launchpad.net/ubuntu/+source/pgadmin3/+bug/780565

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=87445450e653fc37a81b46474e7749c4896bda86

Modified Files
--------------
CHANGELOG | 1 +
acinclude.m4 | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-12-13 13:09:44 Re: configure doesn't detect SSL support in libpq
Previous Message Akshay Joshi 2011-12-13 13:06:52 Fixed Dependencies tab bug