BUG #13801: Error while starting psql

From: pravincar(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13801: Error while starting psql
Date: 2015-12-06 16:19:54
Message-ID: 20151206161954.2629.82282@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13801
Logged by: Pravin Carvalho
Email address: pravincar(at)gmail(dot)com
PostgreSQL version: 9.5beta1
Operating system: OS X El Capitan
Description:

I have installed 9.5beta2 on my machine from source with the following
configure statement.
./configure --prefix=/usr/local/pgsql95b/ --with-openssl
--with-includes=/usr/local/Cellar/openssl/1.0.2d_1/include/

The server has started successfully and I can connect to it with psql
(version 9.4) but on running psql (version 9.5) I get the following error.

psql (9.5beta2)
dyld: lazy symbol binding failed: Symbol not found: _PQsslInUse
Referenced from: /usr/local/pgsql95b/bin/psql
Expected in: /usr/lib/libpq.5.dylib

dyld: Symbol not found: _PQsslInUse
Referenced from: /usr/local/pgsql95b/bin/psql
Expected in: /usr/lib/libpq.5.dylib

Trace/BPT trap: 5

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2015-12-06 16:54:52 Re: BUG #13801: Error while starting psql
Previous Message Tom Lane 2015-12-06 15:57:34 Re: BUG #13800: There is no UNLOAD command