Re: ssl - Mailing list pgsql-general

From Oliver Elphick
Subject Re: ssl
Date
Msg-id 1048355118.1397.25.camel@linda.lfix.co.uk
Whole thread Raw
In response to Re: ssl  ("pg" <pg@newhonest.com>)
List 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@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.Elphick@lfix.co.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


pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: temporary table oddity
Next
From: Doug McNaught
Date:
Subject: Re: Postgreslq Driver in Java & Windows