On Tue, 2010-05-04 at 13:32 +0600, AI Rumman wrote:
> How can I be sure that Postgresql Server has been installed with
> open-ssl support?
You can check postgres binary with ldd, I think. i.e.:
$ ldd /usr/bin/postgres|grep ssl
libssl.so.10 => /usr/lib/libssl.so.10 (0x07b43000)
--
Devri
On 04/05/10 1:02 PM, AI Rumman wrote:
How can I be sure that Postgresql Server has been
installed with open-ssl support?
Any help please.
Execute following command:
pg_config|grep ssl
Above command should show following option:
CONFIGURE = '--prefix=/home/edb/AS83R2/build/AS83R2/edb-postgr
On 04/05/10 1:02 PM, AI Rumman wrote:
How can I be sure that Postgresql Server has been
installed with open-ssl support?
Any help please.
Execute following command:
pg_config|grep ssl
Above command should show following option:
CONFIGURE = '--prefix=/home/edb/AS83R2/build/AS83R2/edb-postgr