I tried to install OpenSSL 9.8g as follows on linux-x86_64 with the following steps
1. Edited config and Configure to replace 'perl5' with 'perl' 2. ./config 386 no-asm 3. Modifed the CFLAGS in Makefile (removed -m64 and added -m32) 4. make 5. make test ....'make test fails' . Why does it fail? Here is the OpenSSL self-test report I get from 'make test' starting big number library test, could take a while... test BN_add test BN_sub test BN_lshift1 Left shift one test failed! make[2]: *** [test_bn] Error 1 make[2]: Leaving directory `/nfs/ch/proj/olo/olo89/usr/sudayabh/newtest/openssl_g/openssl-0.9.8g/test' make[1]: *** [tests] Error 2 make[1]: Leaving directory `/nfs/ch/proj/olo/olo89/usr/sudayabh/newtest/openssl_g/openssl-0.9.8g' OpenSSL self-test report: OpenSSL version: 0.9.8g Last change: Fix various bugs:... Options: 386 no-asm no-camellia no-gmp no-krb5 no-mdc2 no-rc5 no-rfc3779 no-seed no-shared no-sse2 no-tlsext no-zlib no-zlib-dynamic OS (uname): Linux chlr6909 2.6.5-7.287.3.PTF.363939.1-smp #1 SMP Tue Oct 2 07:31:36 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux OS (config): x86_64-whatever-linux2 Target (default): linux-x86_64 Target: linux-x86_64 Compiler: Configured with: ./configure --prefix=/usr/intel/pkgs/gcc/3.4.2 --host=x86_64-suse-linux --disable-libgcj --enable-languages=c,c++,f77,objc --with-ld=/usr/intel/pkgs/gcc/3.4.2/bin/gld --with-as=/usr/intel/pkgs/gcc/3.4.2/bin/gas Thread model: posix gcc version 3.4.2 Failure! [...] Test report in file testlog
|
I tried to install OpenSSL 9.8g as follows on
linux-x86_64 with the following steps 1. Edited
config and Configure to replace ‘perl5’ with
‘perl’ 2. ./config 386
no-asm 3. Modifed the
CFLAGS in Makefile (removed –m64 and added –m32) 4. make 5. make test
….’make test fails’ . Why does it fail? Here is the OpenSSL self-test report I get from ‘make
test’ starting big number library test, could take a while... test BN_add test BN_sub test BN_lshift1 Left shift one test failed! make[2]: *** [test_bn] Error 1 make[2]: Leaving directory
`/nfs/ch/proj/olo/olo89/usr/sudayabh/newtest/openssl_g/openssl-0.9.8g/test' make[1]: *** [tests] Error 2 make[1]: Leaving directory
`/nfs/ch/proj/olo/olo89/usr/sudayabh/newtest/openssl_g/openssl-0.9.8g' OpenSSL self-test report: OpenSSL version: 0.9.8g Last change: Fix various
bugs:... Options:
386 no-asm no-camellia no-gmp no-krb5 no-mdc2 no-rc5 no-rfc3779 no-seed
no-shared no-sse2 no-tlsext no-zlib no-zlib-dynamic OS (uname): Linux
chlr6909 2.6.5-7.287.3.PTF.363939.1-smp #1 SMP Tue Oct 2 07:31:36 UTC 2007
x86_64 x86_64 x86_64 GNU/Linux OS (config):
x86_64-whatever-linux2 Target (default): linux-x86_64 Target:
linux-x86_64 Compiler:
Configured with: ./configure --prefix=/usr/intel/pkgs/gcc/3.4.2
--host=x86_64-suse-linux --disable-libgcj --enable-languages=c,c++,f77,objc
--with-ld=/usr/intel/pkgs/gcc/3.4.2/bin/gld
--with-as=/usr/intel/pkgs/gcc/3.4.2/bin/gas Thread model: posix gcc version 3.4.2 Failure! [...] Test report in file testlog |
