From: | "Jason" <pg(at)newhonest(dot)com> |
---|---|
To: | "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk> |
Cc: | "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: ssl |
Date: | 2003-03-23 14:38:19 |
Message-ID: | 003001c2f149$dd078780$0201a8c0@jasonhomexp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
It is yes in my case too :
[root(at)local root]# ldd /usr/bin/postmaster
libpam.so.0 => /lib/libpam.so.0 (0x40023000)
libssl.so.2 => /lib/libssl.so.2 (0x4002c000)
libcrypto.so.2 => /lib/libcrypto.so.2 (0x4005c000)
libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x40130000)
libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3 (0x4018d000)
libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x4019d000)
libz.so.1 => /usr/lib/libz.so.1 (0x4019f000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x401ae000)
libresolv.so.2 => /lib/libresolv.so.2 (0x401db000)
libnsl.so.1 => /lib/libnsl.so.1 (0x401ed000)
libdl.so.2 => /lib/libdl.so.2 (0x40203000)
libm.so.6 => /lib/libm.so.6 (0x40206000)
libreadline.so.4 => /usr/lib/libreadline.so.4 (0x40228000)
libtermcap.so.2 => /lib/libtermcap.so.2 (0x40255000)
libc.so.6 => /lib/libc.so.6 (0x40259000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
So what have I done wrong??
I turned ssl = on in postgresql.conf, and restart postgresql. It just
failed.
-Jason
----- Original Message -----
From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: "pg" <pg(at)newhonest(dot)com>
Cc: "Nigel J. Andrews" <nandrews(at)investsystems(dot)co(dot)uk>;
<pgsql-general(at)postgresql(dot)org>
Sent: Sunday, March 23, 2003 1:45 AM
Subject: Re: [GENERAL] ssl
> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Gamache | 2003-03-23 16:01:13 | Re: [HACKERS] Extracting time from timestamp |
Previous Message | Thomas T. Thai | 2003-03-23 05:49:54 | Crash After Vacuum Analyze |