Bob Friesenhahn wrote:
Quote:
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. |
Again, please provide config.log and the build log for analysis.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster