I think there is a BUG in the OpenSSL-0.9.6 config program, using sun CC
compiler on a Sun-Sparc20.
Even if a Sun-Sparc20 has a V8 architecture, you must use V7 architecture.
In line 449 of the "config" file, it should be written :
sun4m-*-solaris2) OUT="solaris-sparcv7-$CC" ;;
instead of
sun4m-*-solaris2) OUT="solaris-sparcv8-$CC" ;;
As there are now, config files of Openssl generate code that is not
executable on my platform :
./openssl: Exec format error. Binary file not executable.
file openssl: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+
Required, dynamically linked, not stripped
On the other hand, if I change "sparcv8" by "sparcv7", openSSL works
good and I can use the openssl module with Apache 1.3.19
I realize that Sun-SPARCstation-20 and Sun-SPARCstation-10 are a
litle bit obsolete now, but perhaps sombodyelse somewhere uses them to
run httpd , like we do !!
Anne Capdepon-Gros
DSM/DRECAM/Dir
Cea Saclay
91191 Gif sur Yvette - France
email : [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]