Hello,
I wrote earlier reporting that "make" didn't create the openssl
executable. I see now that it does, in the apps directory. But the
original problem I have still exists, namely that "make test" fails.
Note that the EXACT same thing happens, in all respects, when I try to
install 0.9.3a.
It seems to die when testing BN_add. The final few lines of the output
are:
test 3 done
test 4 done
starting big number library test, could take a while...
test BN_add
error
make[1]: *** [test_bn] Error 1
make[1]: Leaving directory `/home/jsm/inst/openssl-0.9.4/test'
make: *** [tests] Error 2
I did indeed remove "-O3" from CFLAGS in Makefile.ssl, and ran
"make clean" before make-ing again.
The output of "openssl version -a" is:
OpenSSL 0.9.4 09 Aug 1999
built on: Mon Sep 13 22:28:07 PDT 1999
platform: linux-elf
options: bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) idea(int)
blowfish(idx)
compiler: gcc -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO
-fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
For 0.9.3a, the output is identical except for the first two lines:
OpenSSL 0.9.3a 29 May 1999
built on: Mon Sep 13 22:40:26 PDT 1999
platform: linux-elf
options: bn(64,32) md2(int) rc4(ptr,int) des(ptr,risc1,16,long) idea(int)
blowfish(idx)
compiler: gcc -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO
-fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
If I'm making an obvious mistake, I'd love to hear about it.
Cheers,
James
............................................................................
James Marshall [EMAIL PROTECTED] San Francisco, CA @}-'-,--
"Teach people what you know."
............................................................................
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]