Re: readline library not found

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: readline library not found
Дата
Msg-id 18582.1193332672@sss.pgh.pa.us
обсуждение исходный текст
Ответ на readline library not found  ("G. J. Walsh" <gjwalsh@dscdirectionalservices.com>)
Список pgsql-novice
"G. J. Walsh" <gjwalsh@dscdirectionalservices.com> writes:
> ./configure \
> --without-docdir \
> --with-libs=/usr/local/lib
> --with-includes=/usr/local/include/readline \
> --with-pgport=5432 \
> --with-openssl

> This results in one error: 'readline library not found', even 'though I
> specified the directories for readlines libraries and includes.

> In /usr/local/lib are:

> libreadline.a
> libreadline.so -> libreadline.so.5
> libreadline.so.5 -> libreadline.so.5.2
> libreadline.so.5.2

Looks like it should work.  Look into config.log to see exactly what
errors the linker reported when doing the trial link.  (This will be
some ways above the end of the file, because configure spits out
values of all its internal variables before failing.)

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: template1 changes in pre-existing databases
Следующее
От: "G. J. Walsh"
Дата:
Сообщение: Re: readline library not found