BUG #13801: Error while starting psql

Поиск
Список
Период
Сортировка
От pravincar@gmail.com
Тема BUG #13801: Error while starting psql
Дата
Msg-id 20151206161954.2629.82282@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #13801: Error while starting psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13801
Logged by:          Pravin Carvalho
Email address:      pravincar@gmail.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #13800: There is no UNLOAD command
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #13801: Error while starting psql