Library searching problems

From: Olivier PRENANT <ohp(at)pyrenet(dot)fr>
To: pgsql-hackers(at)postgresql(dot)org(dot)pgsql-general(at)postgresql(dot)org
Subject: Library searching problems
Date: 2001-06-27 15:07:21
Message-ID: Pine.UW2.4.21.0106271658350.25763-100000@server.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On UnixWare 711, I've noticed that when using openssl, neither postmaster
nor psql would start without LD_LIBRARY_PATH=/usr/local/ssl.

Now Makefile uses the -R option to force the load from
/usr/local/pgsql/lib (or whatever). According to the unixware 711b docs,
one can specifie multiple libraries concatening them with ':';

Tweaking the makefile to do this
(-R/usr/local/pgsql/lib:/usr/local/ssl/lib) did not help and the linker
still doesn't find libssl.so and libcrypto.so if LD_LIBRARY_PATH is not
set.

Even forcing LD_RUNT_PATH before make didn't help.

Any ideas???

Regards,

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp(at)pyrenet(dot)fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-27 15:07:38 Re: Re: Encrypting pg_shadow passwords
Previous Message Peter Eisentraut 2001-06-27 15:06:20 Re: Re: 7.2 items