I'd like to compile Openssl 0.9.8 on Solaris 10. If I strictly use the
default options, whole thing is a success. Now I want to use openssl for
mod_ssl and apache. According to mod_ssl's documentation, mod_ssl
(v2.8.23-1.3.33) recommends to use the following option to compile
openssl
./config no-threads -fPIC ./make
./make test
I followed mod_ssl's recommendation. The 'config' and 'make' phase
passed no problem but 'make test' failed (Note I don't have problems
with any version of openssl_0.9.7):
# make test
../util/shlib_wrap.sh ./destest
Doing cbcm
*** Signal 11 - core dumped
... you can './config ... -fPIC -DOPENSSL_PIC' ...
or patch according to http://cvs.openssl.org/chngview?cn=14328. A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]