pgAdmin III commit: Allow SSL use

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Allow SSL use
Дата
Msg-id E1RaS6m-0003NW-TB@gothos.postgresql.org
обсуждение исходный текст
Список 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
------
REL-1_14_0_PATCHES

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

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Fixed Dependencies tab bug
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: configure doesn't detect SSL support in libpq