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
DES assembler module for SPARC contains dependency on OPENSSL_PIC macro,
which causes this trouble. I'll see if it's possible to eliminate the
dependency, meanwhile you can './config ... -fPIC -DOPENSSL_PIC'. It's a
bit strange that it gets terminated with segmentation violation, because
it used to be possible to mix PIC and non-PIC code more freely... Once
again, stick to workaround at least for now. A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]