On Apr 14, 2014, at 01:34 , John Iliffe <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
