Re: postgre-7.4 and readline-4.3 /solaris 8

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgre-7.4 and readline-4.3 /solaris 8
Дата
Msg-id 14392.1075147171@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgre-7.4 and readline-4.3 /solaris 8  (Patrice Durosay <patrice.durosay@cgm.cnrs-gif.fr>)
Список pgsql-novice
Patrice Durosay <patrice.durosay@cgm.cnrs-gif.fr> writes:
> I reinstalled both  readline & postgresql without more success.
> It seem to be there :

> bash-2.03# ldd /usr/local/pgsql/bin/postgres
>         libz.so =>       /usr/lib/libz.so
>         libreadline.so.4 =>      /usr/local/lib/libreadline.so.4

That's a good start, but now look to see what libreadline.so depends on.

Also, if you are depending on LD_LIBRARY_PATH to make the linker find
these libraries, then make sure that the postgres account's .profile
sets up LD_LIBRARY_PATH the same way.  Remember that "su -" throws away
your environment and adopts the login environment of the target account.

            regards, tom lane

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

Предыдущее
От: Patrice Durosay
Дата:
Сообщение: postgre-7.4 and readline-4.3 /solaris 8
Следующее
От: April Carvalho
Дата:
Сообщение: Re: Problem with pg_hba.conf file in Postgres 7.3