Re: [ADMIN] Readline library

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [ADMIN] Readline library
Дата
Msg-id 199906231547.LAA16416@candle.pha.pa.us
обсуждение исходный текст
Ответ на Readline library  (Bob Kruger <bkruger@mindspring.com>)
Список pgsql-general
> ./configure --with-odbc --with-perl --with-libs=/usr/lib
>
> Caputring the output still shows that configure is not picking up the
> readline or history libraries.
>
> Has anyone who is running slakware gotten this feature to work properly?
>
> Thanks in advance for any assistance.
>
> Regards - Bob Kruger

You need to point to the directory containing readline.h and
libreadline.a, like this:

        --with-includes="/usr/local/include/readline" \
        --with-libraries="/usr/local/lib /usr/contrib/lib"


--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: A James Lewis
Дата:
Сообщение: Re: [GENERAL] Readline library
Следующее
От: "abdelkrim"
Дата:
Сообщение: insert into view !!