OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
27-Aug-2007 10:51:59
Branch: HEAD Handle:
2007082709515900
Modified files:
openssl/util shlib_wrap.sh
Log:
shlib_wrap commentary update.
Summary:
Revision Changes Path
1.6 +6 -0 openssl/util/shlib_wrap.sh
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/util/shlib_wrap.sh
============================================================
================
$ cvs diff -u -r1.5 -r1.6 shlib_wrap.sh
--- openssl/util/shlib_wrap.sh 27 Aug 2007 08:42:01
-0000 1.5
+++ openssl/util/shlib_wrap.sh 27 Aug 2007 08:51:59
-0000 1.6
 -27,6 +27,12 
LD_PRELOAD_64="$LIBCRYPTOSO $LIBSSLSO";
export LD_PRELOAD_64
preload_var=LD_PRELOAD_64
;;
+ # Why are newly built .so's preloaded anyway? Because
run-time
+ # .so lookup path embedded into application takes
precedence
+ # over LD_LIBRARY_PATH and as result application ends up
linking
+ # to previously installed .so's. On IRIX instead of
preloading
+ # newly built .so's we trick run-time linker to fail to
find
+ # the installed .so by setting _RLD_ROOT variable.
*ELF 32*MIPS*)
#_RLD_LIST="$LIBCRYPTOSO:$LIBSSLSO EFAULT&q
uot;; export _RLD_LIST
_RLD_ROOT=/no/such/dir; export _RLD_ROOT
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|