[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] OpenSSL/mod_ssl upgrade
- Subject: [cobalt-developers] OpenSSL/mod_ssl upgrade
- From: "Ian McCall" <ian@xxxxxxxxxxxx>
- Date: Mon Feb 24 03:59:01 2003
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hello.
I'd like to upgrade to the latest version of OpenSSL - v0.9.7a. I've
downloaded the source, done the ./configure ; make ; make test ; make
install thing and everything is fine.
However, I can't work out how to get mod_ssl using it. mod_ssl says it uses
v0.9.6b, which I assume is the .so file in the /etc/httpd/modules directory.
Replacing that .so file gives an error message abount not being able to find
libcrypto.so.0.9.7, and adding -that- file into the directory has no effect.
I've tried recompiling mod_ssl (using downloaded apache_1.3.20 source and
also pointing at OpenSSL 0.9.7a), but am getting compile errors out of it.
Does anyone have any clues how I would go about forcing mod_ssl to use
0.9.7a of OpenSSL?
Thanks in advance for any information,
Ian