You might want to reconsider that unless you really really are sure you know what you're doing. On a linux distro, the system installed openssl is considered a fundamental platform infrastructure library. I.e. many many things rely on it. openssl versions are not backward compatible.
So if you don't rebuild all of your distro installed dependencies on openssl, you've likedly just screwed up runtime linking of alot of things. Also, the system installed library and the openssl config makefiles may be using incompatible soname mechanisms, which could explain why you're able to link but not run (i.e. at linktime it may be finding the right library, but at runtime it's not). Andy ________________________________________ From: Mario Brandt [[email protected]] Sent: Friday, May 29, 2015 3:57 AM To: Tom Browder Cc: [email protected] Subject: Re: httpd and OpenSSL 1.0.2 Hi Tom, nope setting LD_LIBRARY_PATH did not solve my problem. That is a bit tricky since I install the new openssl version system wide ./config --prefix=/usr zlib-dynamic --openssldir=/etc/ssl shared no-ssl2 Mario > -Tom
