BUG #3000: Linking problem

From: "laurent faillie" <l_faillie(at)yahoo(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3000: Linking problem
Date: 2007-02-13 10:42:45
Message-ID: 200702131042.l1DAgjMH020021@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3000
Logged by: laurent faillie
Email address: l_faillie(at)yahoo(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Phil Endecott 2007-02-13 19:39:36 BUG #3002: PQexecParams only supports some commands; needs improved error reporting, documenting or fixing
Previous Message Michael 2007-02-13 05:22:01 BUG #2998: Installation Failed due to Permissions