Library searching problems - Mailing list pgsql-hackers

From Olivier PRENANT
Subject Library searching problems
Date
Msg-id Pine.UW2.4.21.0106271658350.25763-100000@server.pyrenet.fr
Whole thread Raw
List 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@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: functions returning records
Next
From: Jan Wieck
Date:
Subject: Re: functions returning records