Re: readline missing on linux?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: readline missing on linux?
Дата
Msg-id 200308081719.h78HJe701549@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: readline missing on linux?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Just a question --- if you link readline against -ltermcap when the
library is created, you don't need to add -ltermcap when you link apps
to readline, right?  You somehow bind the dependency in to the shared
library, right?

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

Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.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
>

--
  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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: readline missing on linux?
Следующее
От: "pw"
Дата:
Сообщение: Installation problem with libreadline