[openssl.org #1381] [PATCH] set rpath on shared library for openssl command proper loading

2007-09-16 Thread Andy Polyakov via RT
Suggested method is inappropriate as it affects all targets. The problem is worked around in http://cvs.openssl.org/chngview?cn=16551. __ OpenSSL Project http://www.openssl.org Development

[openssl.org #1381] [PATCH] set rpath on shared library for openssl command proper loading

2006-08-31 Thread [EMAIL PROTECTED] via RT
Platform: NetBSD 1.6.1 x86 (full ./testlog attached below) OpenSSL: 0.9.8b openssl command fails to load, when built with libssl and libprypto as both shared, and the OS tries a good job on finding shared library dependencies on runtime. [EMAIL PROTECTED] /usr/ssl/bin/openssl Shared object

Re: [openssl.org #1381] [PATCH] set rpath on shared library for openssl command proper loading

2006-08-31 Thread Leif Thuresson
Setting a built-in shared library search path should be optional. If you build a shared library based openssl dist for inclusion in a software distribution packet that can be installed in another location on the target machine you don't want a built-in path to the install location on the