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

From: "Bob Friesenhahn" <bfriesen(at)simple(dot)dallas(dot)tx(dot)us>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1866: -lreadline needs -lcurses under Solaris.
Date: 2005-09-07 19:15:40
Message-ID: 20050907191540.7D739F0D03@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1866
Logged by: Bob Friesenhahn
Email address: bfriesen(at)simple(dot)dallas(dot)tx(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Richard Huxton 2005-09-08 09:44:05 Re: Installing to Windows XP cannot create db
Previous Message Bob Friesenhahn 2005-09-07 19:10:43 BUG #1865: isinf wrongly dectected under Solaris 9