Hi!

I tried to install OpenSSL under MacOS X and failed; see below output 
from "make report".

Björn


dhcp226-166:~/Desktop/openssl-0.9.6c] sydow% make report
Checking compiler...
ar: creating archive cctest.a
Running make...
+ rm -f libcrypto
+ rm -f libssl
making all in crypto...
making all in crypto/md2...
make[3]: Nothing to be done for `all'.
making all in crypto/md4...
make[3]: Nothing to be done for `all'.
making all in crypto/md5...
make[3]: Nothing to be done for `all'.
making all in crypto/sha...
make[3]: Nothing to be done for `all'.
making all in crypto/mdc2...
make[3]: Nothing to be done for `all'.
making all in crypto/hmac...
make[3]: Nothing to be done for `all'.
making all in crypto/ripemd...
make[3]: Nothing to be done for `all'.
making all in crypto/des...
make[3]: Nothing to be done for `all'.
making all in crypto/rc2...
make[3]: Nothing to be done for `all'.
making all in crypto/rc4...
make[3]: Nothing to be done for `all'.
making all in crypto/rc5...
make[3]: Nothing to be done for `all'.
making all in crypto/idea...
make[3]: Nothing to be done for `all'.
making all in crypto/bf...
make[3]: Nothing to be done for `all'.
making all in crypto/cast...
make[3]: Nothing to be done for `all'.
making all in crypto/bn...
make[3]: Nothing to be done for `all'.
making all in crypto/rsa...
make[3]: Nothing to be done for `all'.
making all in crypto/dsa...
make[3]: Nothing to be done for `all'.
making all in crypto/dh...
make[3]: Nothing to be done for `all'.
making all in crypto/dso...
make[3]: Nothing to be done for `all'.
making all in crypto/buffer...
make[3]: Nothing to be done for `all'.
making all in crypto/bio...
make[3]: Nothing to be done for `all'.
making all in crypto/stack...
make[3]: Nothing to be done for `all'.
making all in crypto/lhash...
make[3]: Nothing to be done for `all'.
making all in crypto/rand...
make[3]: Nothing to be done for `all'.
making all in crypto/err...
make[3]: Nothing to be done for `all'.
making all in crypto/objects...
make[3]: Nothing to be done for `all'.
making all in crypto/evp...
make[3]: Nothing to be done for `all'.
making all in crypto/asn1...
make[3]: Nothing to be done for `all'.
making all in crypto/pem...
make[3]: Nothing to be done for `all'.
making all in crypto/x509...
make[3]: Nothing to be done for `all'.
making all in crypto/x509v3...
make[3]: Nothing to be done for `all'.
making all in crypto/conf...
make[3]: Nothing to be done for `all'.
making all in crypto/txt_db...
make[3]: Nothing to be done for `all'.
making all in crypto/pkcs7...
make[3]: Nothing to be done for `all'.
making all in crypto/pkcs12...
make[3]: Nothing to be done for `all'.
making all in crypto/comp...
make[3]: Nothing to be done for `all'.
making all in ssl...
make[2]: Nothing to be done for `all'.
making all in rsaref...
make[2]: Nothing to be done for `all'.
making all in apps...
make[2]: Nothing to be done for `all'.
making all in test...
make[2]: Nothing to be done for `all'.
making all in tools...
make[2]: Nothing to be done for `all'.
Running make test...
testing...
make[3]: Nothing to be done for `all'.
./destest
Doing cbcm
Doing ecb
Doing ede ecb
Doing cbc
Doing desx cbc
Doing ede cbc
Doing pcbc
Doing cfb8 cfb16 cfb32 cfb48 cfb64 cfb64() ede_cfb64() done
Doing ofb
Doing ofb64
Doing ede_ofb64
Doing cbc_cksum
Doing quad_cksum
input word alignment test 0 1 2 3
output word alignment test 0 1 2 3
fast crypt test
./ideatest
ecb idea ok
cbc idea ok
cfb64 idea ok
./shatest
test 1 ok
test 2 ok
test 3 ok
./sha1test
test 1 ok
test 2 ok
test 3 ok
./md4test
test 1 ok
test 2 ok
test 3 ok
test 4 ok
test 5 ok
test 6 ok
test 7 ok
./md5test
test 1 ok
test 2 ok
test 3 ok
test 4 ok
test 5 ok
test 6 ok
test 7 ok
./hmactest
test 0 ok
test 1 ok
test 2 ok
test 3 ok
./md2test
test 1 ok
test 2 ok
test 3 ok
test 4 ok
test 5 ok
test 6 ok
test 7 ok
./mdc2test
pad1 - ok
pad2 - ok
./rmdtest
test 1 ok
test 2 ok
test 3 ok
test 4 ok
test 5 ok
test 6 ok
test 7 ok
test 8 ok
./rc2test
ecb RC2 ok
./rc4test
error calculating RC4
output: 75 b7 19 80 82 e0 c5 ef 00
expect: 75 b7 87 80 99 e0 c5 96 00
error calculating RC4
output: 74 94 5c e7 0b 4b 08 00 00
expect: 74 94 c2 e7 10 4b 08 79 00
error calculating RC4
output: 00 00 89 41 00 00 5d 3a 00
expect: de 18 89 41 a3 37 5d 3a 00
error calculating RC4
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 00
error calculating RC4
output: 66 a0 0a 9f 91 f7 d6 f0 1f 7f 83 2b 9a 33 c0 0c 89 2e be 30 05 
b0 de 87 40 01 42 78 00
expect: 66 a0 94 9f 8a f7 d6 89 1f 7f 83 2b a8 33 c0 0c 89 2e be 30 14 
3c e2 87 40 01 1e cf 00
error calculating RC4
output: f1 64 41 a7 00 00 a4 df bd 61 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 00
test end processing .error in RC4 length processing
output: f1 00
expect: d6 00
error in RC4 length processing
output: f1 64 00
expect: d6 a1 00
error in RC4 length processing
output: f1 64 41 00
expect: d6 a1 41 00
error in RC4 length processing
output: f1 64 41 a7 00
expect: d6 a1 41 a7 00
error in RC4 length processing
output: f1 64 41 a7 ec 00
expect: d6 a1 41 a7 ec 00
error in RC4 length processing
output: f1 64 41 a7 ec 3c 00
expect: d6 a1 41 a7 ec 3c 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 91
expect: d6 a1 41 a7 ec 3c 38 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df 00
expect: d6 a1 41 a7 ec 3c 38 df 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df bd 00
expect: d6 a1 41 a7 ec 3c 38 df bd 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df bd 61 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df bd 61 5a 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df bd 61 5a 11 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df bd 61 5a 11 53 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df bd 61 5a 11 53 e1 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 46 53 e1 69 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 46 53 e1 69 18 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 00
error in RC4 length processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 00
done
test multi-call error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00error in RC4 multi-call processing
output: f1 64 41 a7 00 00 a4 df 00 00 00 e9 53 e1 69 18 36 ff 78 00 00
expect: d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 36 b6 78 58 
00done
make[2]: *** [test_rc4] Error 45
make[1]: *** [tests] Error 2

OpenSSL self-test report:

OpenSSL version:  0.9.6c
Last change:      Fix BN_rand_range bug pointed out by Dominikus 
Scherkl...
OS (uname):       Darwin dhcp226-166.cs.chalmers.se 5.3 Darwin Kernel 
Version 5.3: Thu Jan 24 22:06:02 PST 2002; 
root:xnu/xnu-201.19.obj~1/RELEASE_PPC  Power Macintosh powerpc
OS (config):      ppc-apple-darwin
Target (default): darwin-ppc-cc
Target:           darwin-ppc-cc
Compiler:         Apple Computer, Inc. version gcc-934.3, based on gcc 
version 2.95.2 19991024 (release)

Failure!
[...]

Test report in file testlog
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to