Hi,
I've followed the instructions from devside.net on installing zlib, openssl, and apache, and I've encountered two fairly serious problems:
My /usr/local/ssl/lib directory contains the following symlink:
libcrypto.so -> libcrypto.so.0.9.8
However, I have no matching libcrypto.so.0.9.8 file in that directory. I have a libcrypto.a, and a libssl.so.0.9.8, so I'm stumped.
The second problem is related, I think. When I try to launch apache2 with ./apachectl startssl, I get the following error:
Syntax error on line 246 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_ssl.so into server: /usr/local/apache2/modules/mod_ssl.so: undefined symbol: RSA_generate_key
Anyone else encountered (and solved) this one?
For the record, httpd-2.0.55, openssl-0.9.8a, RedHat Enterprise 3.