Re: installation of readline 4.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: installation of readline 4.2
Дата
Msg-id 17034.1041482173@sss.pgh.pa.us
обсуждение исходный текст
Ответ на installation of readline 4.2  ("Alex Cheung Tin Ka" <tkcheung@vtc.edu.hk>)
Список pgsql-general
"Alex Cheung Tin Ka" <tkcheung@vtc.edu.hk> writes:
>     After installing the readline library 4.2 on my solaris box, I want to =
> reconfigure the postgresql v4.2.3.

I assume you mean 7.2.3 ...

> I have tried to configure like following:
>     ./configure --enable-readline

There is no --enable-readline in 7.2.3 (consult configure --help for the
definitive list of options recognized by any particular configure
script).

I suspect that you failed to follow through on rebuilding and
reinstalling Postgres after reconfiguring.  Try
    ./configure
    -- make *sure* configure output shows that it found readline,
    -- both library and header files
    make clean
    make all
    make install

            regards, tom lane

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

Предыдущее
От: "Alex Cheung Tin Ka"
Дата:
Сообщение: installation of readline 4.2
Следующее
От: "Alex Cheung Tin Ka"
Дата:
Сообщение: Re: installation of readline 4.2