Library searching problems

Поиск
Список
Период
Сортировка
От Olivier PRENANT
Тема Library searching problems
Дата
Msg-id Pine.UW2.4.21.0106271658350.25763-100000@server.pyrenet.fr
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: functions returning records
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: functions returning records