2012/8/2 Tom Lane <[email protected]>: > =?UTF-8?Q?Gr=C3=A9goire_Hubert?= <[email protected]> writes: >> I have cloned a fresh pg9.2 from github release 7c0fecd and compiled it with >> ./configure --prefix=$HOME/local --with-openssl && make && make install >> [ but libpq crashes at startup ] > > Just to try to narrow things down a bit: does the behavior change if you > build without openssl? >
It works : psql (9.3devel) \o/ 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. It works when using pg_ctl to launch the server (whatever SSL support is compiled or not). Thank you. -- Grégoire HUBERT -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
