On Apr 14, 2014, at 01:34 , John Iliffe <john.ili...@iliffe.ca> wrote:

> The library (found in the OpenSSL installation 
> directory in the /bin/ subdirectory) must be copied to the SYSTEM's library 
> directory.  


Don't do that. Re-Build apache with  LDFLAGS=-Wl,-rpath,/path/to/new/openssl
You can check if the RPATH is set in your mod_ssl e.g. with
objdump -x mod_sssl.so |grep RPATH

rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to