Re: postgre-7.4 and readline-4.3 /solaris 8 - Mailing list pgsql-novice

From Tom Lane
Subject Re: postgre-7.4 and readline-4.3 /solaris 8
Date
Msg-id 14392.1075147171@sss.pgh.pa.us
Whole thread Raw
In response to postgre-7.4 and readline-4.3 /solaris 8  (Patrice Durosay <patrice.durosay@cgm.cnrs-gif.fr>)
List 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 by date:

Previous
From: Patrice Durosay
Date:
Subject: postgre-7.4 and readline-4.3 /solaris 8
Next
From: April Carvalho
Date:
Subject: Re: Problem with pg_hba.conf file in Postgres 7.3