Re: readline missing on linux

From: Bruce Momjian <pgman(at)candle(dot)pha(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-11 03:00:56
Message-ID: 200308110300.h7B30uR05083@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


I just read that the problem reporter got it working ... nevermind.

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

Bruce Momjian wrote:
>
> 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(at)postgresql(dot)org)
> >
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania 19073
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2003-08-11 03:12:10 Re: Backup routine
Previous Message Bruce Momjian 2003-08-11 03:00:01 Re: Conditional row grained replication with DBMirror