From: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
---|---|
To: | pg <pg(at)newhonest(dot)com> |
Cc: | "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: ssl |
Date: | 2003-03-22 17:45:18 |
Message-ID: | 1048355118.1397.25.camel@linda.lfix.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, 2003-03-20 at 01:46, pg wrote:
> Oh, my problem is My server doesn't even start, and there's no log about
> this start failure. Screen dump as below :
>
> ============
> [root(at)local init.d]# ./postgresql start
> Starting postgresql service: [ FAILED ]
> ============
>
> Does the postgresql contained in standard (from postgresql.org) compiled
> with ssl enabled?
Find out thus:
$ ldd /usr/lib/postgresql/bin/postmaster
libpam.so.0 => /lib/libpam.so.0 (0x40023000)
libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0x4002c000)
...
So in my case the answer is yes.
--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight, UK http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Every good gift and every perfect gift is from above,
coming down from the Father of the heavenly lights,
who does not change like shifting shadows."
James 1:17
From | Date | Subject | |
---|---|---|---|
Next Message | Doug McNaught | 2003-03-22 17:48:17 | Re: Postgreslq Driver in Java & Windows |
Previous Message | Doug McNaught | 2003-03-22 17:44:45 | Re: temporary table oddity |