| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Grégoire Hubert <gregoire(dot)hubert(at)knplabs(dot)com> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: clients segfault on 9.2 |
| Date: | 2012-08-02 15:52:30 |
| Message-ID: | 22932.1343922750@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
=?UTF-8?Q?Gr=C3=A9goire_Hubert?= <gregoire(dot)hubert(at)knplabs(dot)com> writes:
> 2012/8/2 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
>> Just to try to narrow things down a bit: does the behavior change if you
>> build without openssl?
> It works : psql (9.3devel) \o/
Hmm. The first reaction is to guess that there's something flaky about
your openssl installation. Perhaps the headers don't match the library
version, or something like that?
> I kept compiling with ssl support because lauching postgres directly
> from the command line ended with a SSL error (FATAL: SSL is not
> supported by this build) whatever SSL is compiled or not.
That seems a bit odd too, unless you had "ssl = on" in postgresql.conf.
hostssl lines in pg_hba.conf might cause that too; I don't recall if
there's a separate error message for such cases.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nayef | 2012-08-02 23:00:53 | Bug |
| Previous Message | Grégoire Hubert | 2012-08-02 15:21:11 | Re: clients segfault on 9.2 |