BUG #3000: Linking problem

Поиск
Список
Период
Сортировка
От laurent faillie
Тема BUG #3000: Linking problem
Дата
Msg-id 200702131042.l1DAgjMH020021@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #3000: Linking problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      3000
Logged by:          laurent faillie
Email address:      l_faillie@yahoo.com
PostgreSQL version: 8.2.3
Operating system:   HP-UX 11.11
Description:        Linking problem
Details:

Hello,

Even if the compilation succeed, psql binary will core dump on HP-UX 11.11
if compiled with readline support.

To prevent this problem, termcap library has to be linked with this binary.

-ltermcap in $(LIBS) used line 34 of
postgresql-8.2.3/src/bin/psql/Makefile.

Best regards,

Laurent

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

Предыдущее
От: "Floyd Shackelford"
Дата:
Сообщение: BUG #2997: parse error: setObject("2004-August-15",java.sql.Types.DATE)
Следующее
От: "Phil Endecott"
Дата:
Сообщение: BUG #3002: PQexecParams only supports some commands; needs improved error reporting, documenting or fixing