Overridden custom rpath

2010-11-17 Thread Philippe A.
Hello, I am having difficulty compiling openssl 1.0.0a with a custom rpath RHEL 5.5. My objective is to compile with the relative rpath ../lib64. ./config -Wl,-rpath,../lib64 --prefix=/usr/local/app/openssl --install_prefix=~/tmp/openssl-install shared After compilation, I check what library is

Re: Question regarding OpenSSL Security Advisory

2010-11-17 Thread David Schwartz
On 11/16/2010 11:06 PM, Nivedita Melinkeri wrote: Hi, I had some questions about the latest security advisory. I understand that this applies to multi-threaded application while using ssl sessions. Correct. If the application is written thread safe using CRYPTO_set_locking_callback functions