Re: readline missing on linux?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Randolph Jones <jonesrf1(at)qwest(dot)net>, pgsql-admin(at)postgresql(dot)org
Subject: Re: readline missing on linux?
Date: 2003-08-08 14:03:46
Message-ID: 21089.1060351426@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> It appears your readline needs -ltermcap, -lterminfo, or -lcurses to
> link properly. I think this happens when the readline library is not
> linked against those when it is created.

On Red Hat 8.0, readline depends on -ltermcap. I would imagine the same
is true on RH9, but haven't got it installed personally.

If you don't have termcap (and possibly termcap-devel, not sure if
that's needed) then configure should detect the missing dependency.
Maybe it did --- you didn't show us enough of config.log to see what
happened.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-08-08 15:14:36 Re: Cost estimates consistently too high - does it matter?
Previous Message Randolph Jones 2003-08-08 12:19:27 Re: readline missing in linux