Re: Figured it out (psql and Gnu readline)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Figured it out (psql and Gnu readline)
Дата
Msg-id 25883.963446150@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Figured it out (psql and Gnu readline)  (Erich <hh@cyberpass.net>)
Ответы Re: Figured it out (psql and Gnu readline)  (Erich <hh@cyberpass.net>)
Список pgsql-general
Erich <hh@cyberpass.net> writes:
> Following some sugestions on this group, I figured out the problem.
> First, there is no history.h with readline 4.1.  There's
> readline/history.h.  So I modified Makefile.global to include that
> file.  Also, I had to edit config.h, with several tweaks to various
> defines.  I had to tell it that there is no history.h, but there is a
> readline/history.h.  I had to put in that there is no history function
> in libreadline, and it must also use libhistory.  Etc.

configure is supposed to handle all that for you ... if it failed
to find the right location of libreadline and associated includes
then the question is why.  You sure you ran configure after installing
the include files?

            regards, tom lane

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

Предыдущее
От: Erich
Дата:
Сообщение: Figured it out (psql and Gnu readline)
Следующее
От: Scott Holmes
Дата:
Сообщение: Re: Triggers with arguments