Re: readline missing on linux - Mailing list pgsql-admin

From Bruce Momjian
Subject Re: readline missing on linux
Date
Msg-id 200308110257.h7B2vkY04645@candle.pha.pa.us
Whole thread Raw
In response to Re: readline missing on linux  ("Randolph Jones" <jonesrf1@qwest.net>)
Responses Re: readline missing on linux  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-admin
Uh, I am not sure.  I would re-install readline and see if it picks up
those libraries this time.

What failures are you seeing, exactly?  Oh, I remember, it is linking
failures.  You can fix it manually if you add -ltermcap to the link
line, and you can even have configure add it using one of its flags.

---------------------------------------------------------------------------

Randolph Jones wrote:
>
> From: Bruce Momjian
> > 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.
> >
> > ---------------------------------------------------------------------------
> >
> > Randolph Jones wrote:
> >> I am getting configure failures due to missing readline.
> >> I have redhat 9, 2.4.21, with readline and readline-devel 2.4.2 installed.
> >> I
> Thanks for your reply.
> I have termcap and ncurses installed.
> Do I need to install terminfo?
> How do I link them to readline?
> TIA
> rfjones
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-admin by date:

Previous
From: Christopher Browne
Date:
Subject: Re: Backup routine
Next
From: Bruce Momjian
Date:
Subject: Re: readline missing on linux