BUG #1866: -lreadline needs -lcurses under Solaris.

Поиск
Список
Период
Сортировка
От Bob Friesenhahn
Тема BUG #1866: -lreadline needs -lcurses under Solaris.
Дата
Msg-id 20050907191540.7D739F0D03@svr2.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #1866: -lreadline needs -lcurses under Solaris.  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1866
Logged by:          Bob Friesenhahn
Email address:      bfriesen@simple.dallas.tx.us
PostgreSQL version: 7.4.8
Operating system:   Solaris 9 (SPARC)
Description:        -lreadline needs -lcurses under Solaris.
Details:

The Postgres configure script finds the readline 5.0 headers and decides
that readline is available (in spite of many individual errors while testing
for functions in config.log).  The end result is that postgres is built as
if readline is available but neither -lreadline or -lcurses is applied when
linking psql so it fails to link. Manually adding -lreadline -lcurses while
linking pgsql results in a successful link, possibly with reduced
functionality.

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Installing to Windows XP cannot create db
Следующее
От: "Angelo Neuschitzer"
Дата:
Сообщение: BUG #1864: Strange behavoir of batches