Re: readline

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: readline
Дата
Msg-id 1040979191.1226.6.camel@linda.lfix.co.uk
обсуждение исходный текст
Ответ на readline  (Payal Rathod <payal@hotpop.com>)
Ответы Re: readline  (Payal Rathod <payal@hotpop.com>)
Список pgsql-general
On Fri, 2002-12-27 at 08:39, Payal Rathod wrote:
> Hi,
> I am trying to install postgresql 7.3.1 on Linux Mdk 9.0. But when I run
> ./configure I get,
>
> configure: error: readline library not found
> If you have readline already installed, see config.log for details on
> the
> failure.  It is possible the compiler isn't looking in the proper
> directory.
>
> I tried to locate the libreadline and found them at,
> /lib/libreadline.so.4@    /lib/libreadline.so.4.2@
> /lib/libreadline.so.4.1@  /lib/libreadline.so.4.3

Those look like the runtime libraries.  You want one called
libreadline.so.

> So I againn ran ./configure as,
> ./configure --with-includes=/lib --with-libraries=/lib
> but still the same error.

It looks for libraries in /lib anyway.  I would expect the include files
to be in /usr/include/readline

> What is going wrong? Can anyone guide me in this?

You need to install the readline development package, with the include
files and development library.  Since I'm a Debian user, I don't know
what it would be called...
--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK                             http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "For the wages of sin is death; but the gift of God is
      eternal life through Jesus Christ our Lord."
                                    Romans 6:23


В списке pgsql-general по дате отправления:

Предыдущее
От: Payal Rathod
Дата:
Сообщение: readline
Следующее
От: Horak Daniel
Дата:
Сообщение: Re: tools for design