Re: Configure problems with readline Mandrake 8.2 and - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Configure problems with readline Mandrake 8.2 and
Date
Msg-id Pine.LNX.4.33.0205141125160.5063-100000@polluelo.lab.protecne.cl
Whole thread Raw
In response to Re: Configure problems with readline Mandrake 8.2 and postgres 7.2.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Configure problems with readline Mandrake 8.2 and postgres 7.2.1
List pgsql-general
On Mon, 13 May 2002, Tom Lane wrote:

> Keehan Mallon <keehan_mallon@yahoo.com> writes:

> > /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/../../../libreadline.so:
> > undefined reference to `tgetnum'
>
> looks like -ltermcap is needed on your platform; but configure knows
> enough to try that.

It is. ISTM configure does detect readline, but fails to notice that
it also needs termcap to properly compile if it's devel package is not
installed. Maybe the test is not hard enough.

Try installing termcap-devel, or whatever is called, then configure
again.

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"El miedo atento y previsor es la madre de la seguridad" (E. Burke)


pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: transitioning postgres oid
Next
From: Scott Marlowe
Date:
Subject: Re: Question about setval() function