Re: Ubuntu natty and SSL connections

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Andreas Neumann <a(dot)neumann(at)carto(dot)net>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Ubuntu natty and SSL connections
Date: 2011-05-16 07:50:19
Message-ID: 4DD0D73B.5070201@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

Le 05/15/2011 11:35 PM, Andreas Neumann a écrit :
> [...]
> I am running into issues with Ubuntu Natty (64bit) and SSL connections.
> I first tried the version 1.12.2 which comes as a binary with Ubuntu.
> The Combobox to select SSL is greyed out. Then I compiled 1.12.3 from
> source, but SSL is still greyed out. The openssl package is installed -
> is there another library or package I am missing?
>
> pg_config reports that SSL should be supported:
>
> CONFIGURE = '--with-libxml' '--with-libxslt' '--with-openssl'
> '--with-perl' '--with-python'
> LIBS = -lpgport -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm
>
> $LD_LIBRARY_PATH is also set to /usr/local/pgsql/lib
>
> Thank you if you have any additional idea what I could try,
>

It seems that configure thinks SSL support is missing. At the end of
configure, you have some informations. You have a line which starts with
"PostgreSQL SSL support". I bet it says no support.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2011-05-16 07:52:13 Re: Usability improvment ideas
Previous Message Guillaume Lelarge 2011-05-16 07:42:08 Re: SQL/MED Foreign Data Wrappers where is Handler?