BUG #3000: Linking problem - Mailing list pgsql-bugs

From laurent faillie
Subject BUG #3000: Linking problem
Date
Msg-id 200702131042.l1DAgjMH020021@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3000: Linking problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: "Floyd Shackelford"
Date:
Subject: BUG #2997: parse error: setObject("2004-August-15",java.sql.Types.DATE)
Next
From: "Phil Endecott"
Date:
Subject: BUG #3002: PQexecParams only supports some commands; needs improved error reporting, documenting or fixing