![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
From my understanding, the preferred way for Solaris is to only set LD_RUN_PATH, and avoid setting LD_LIBRARY_PATH, at link-time. This is what I usually do. |
|
1). If I run './configure --with-pam --with-ssl' with LD_RUN_PATH = '/usr/local/ssl/lib:/usr/local/lib' configure will fail to find the ssl libs, if I do not have LD_LIBRARY_PATH set. |
#2
| |||
| |||
|
|
Rolf Sponsel <Rolf.Sponsel (AT) kstr (DOT) lth.se> writes: From my understanding, the preferred way for Solaris is to only set LD_RUN_PATH, and avoid setting LD_LIBRARY_PATH, at link-time. This is what I usually do. No, the preferred thing is to set -rpath within the executable, which we do already (see Makefile.solaris). |
![]() |
| Thread Tools | |
| Display Modes | |
| |