Hello, I am trying to install openssl version 0.9.8e on AIX 52. I did the steps as mentioned in the installation document.
./config Make Make test Make install Initially I had problem with cc compiler, then I installed gcc and ran the "make" which went well. I still feel there is something wrong with it. Below is the output of "make report". Please suggest me what else need to be done here.Let me know if you need any details from my side. [EMAIL PROTECTED] /export/openssl.0.9.8/openssl-0.9.8e: make report Checking compiler... ar: Creating an archive file cctest.a. Running make... making all in crypto... making all in crypto/objects... Target "all" is up to date. making all in crypto/md2... Target "all" is up to date. making all in crypto/md4... Target "all" is up to date. making all in crypto/md5... Target "all" is up to date. making all in crypto/sha... Target "all" is up to date. making all in crypto/hmac... Target "all" is up to date. making all in crypto/ripemd... Target "all" is up to date. making all in crypto/des... Target "all" is up to date. making all in crypto/aes... Target "all" is up to date. making all in crypto/rc2... Target "all" is up to date. making all in crypto/rc4... Target "all" is up to date. making all in crypto/idea... Target "all" is up to date. making all in crypto/bf... Target "all" is up to date. making all in crypto/cast... Target "all" is up to date. making all in crypto/bn... Target "all" is up to date. making all in crypto/ec... Target "all" is up to date. making all in crypto/rsa... Target "all" is up to date. making all in crypto/dsa... Target "all" is up to date. making all in crypto/ecdsa... Target "all" is up to date. making all in crypto/dh... Target "all" is up to date. making all in crypto/ecdh... Target "all" is up to date. making all in crypto/dso... Target "all" is up to date. making all in crypto/engine... Target "all" is up to date. making all in crypto/buffer... Target "all" is up to date. making all in crypto/bio... Target "all" is up to date. making all in crypto/stack... Target "all" is up to date. making all in crypto/lhash... Target "all" is up to date. making all in crypto/rand... Target "all" is up to date. making all in crypto/err... Target "all" is up to date. making all in crypto/evp... Target "all" is up to date. making all in crypto/asn1... Target "all" is up to date. making all in crypto/pem... Target "all" is up to date. making all in crypto/x509... Target "all" is up to date. making all in crypto/x509v3... Target "all" is up to date. making all in crypto/conf... Target "all" is up to date. making all in crypto/txt_db... Target "all" is up to date. making all in crypto/pkcs7... Target "all" is up to date. making all in crypto/pkcs12... Target "all" is up to date. making all in crypto/comp... Target "all" is up to date. making all in crypto/ocsp... Target "all" is up to date. making all in crypto/ui... Target "all" is up to date. making all in crypto/krb5... Target "all" is up to date. making all in crypto/store... Target "all" is up to date. making all in crypto/pqueue... Target "all" is up to date. if [ -n "" ]; then (cd ..; make libcrypto.so.0.9.8); fi Target "all" is up to date. making all in ssl... if [ -n "" ]; then (cd ..; make libssl.so.0.9.8); fi Target "all" is up to date. making all in engines... Target "all" is up to date. making all in apps... Target "all" is up to date. making all in test... Target "all" is up to date. making all in tools... Target "all" is up to date. Target "all" is up to date. Running make test... testing... making all in apps... Target "all" is up to date. Target "all" is up to date. ../util/shlib_wrap.sh ./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 ../util/shlib_wrap.sh ./ideatest ecb idea ok cbc idea ok cfb64 idea ok ../util/shlib_wrap.sh ./shatest test 1 ok test 2 ok test 3 ok ../util/shlib_wrap.sh ./sha1test test 1 ok test 2 ok test 3 ok ../util/shlib_wrap.sh ./sha256t Testing SHA-256 ... passed. Testing SHA-224 ... passed. ../util/shlib_wrap.sh ./sha512t Testing SHA-512 ... passed. Testing SHA-384 ... passed. ../util/shlib_wrap.sh ./md4test test 1 ok test 2 ok test 3 ok test 4 ok test 5 ok test 6 ok test 7 ok ../util/shlib_wrap.sh ./md5test test 1 ok test 2 ok test 3 ok test 4 ok test 5 ok test 6 ok test 7 ok ../util/shlib_wrap.sh ./hmactest test 0 ok test 1 ok test 2 ok test 3 ok ../util/shlib_wrap.sh ./md2test test 1 ok test 2 ok test 3 ok test 4 ok test 5 ok test 6 ok test 7 ok ../util/shlib_wrap.sh ./mdc2test No MDC2 support ../util/shlib_wrap.sh ./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 ../util/shlib_wrap.sh ./rc2test make: 1254-059 The signal code from the last command is 11. Stop. make: 1254-004 The error code from the last command is 2. Stop. OpenSSL self-test report: OpenSSL version: 0.9.8e Last change: Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sur... Options: no-camellia no-gmp no-krb5 no-mdc2 no-rc5 no-rfc3779 no-shared no-zlib no-zlib-dynamic OS (uname): AIX ustlstpu345 2 5 000E0CBC4C00 OS (config): 000E0CBC4C00-ibm-aix Target (default): aix-cc Target: aix-cc Compiler: Configured with: ../gcc-3.3.2/configure : (reconfigured) ../gcc-3.3.2/configure --disable-nls : (reconfigured) ../gcc-3.3.2/configure --disable-nls Thread model: aix gcc version 3.3.2 Failure! [...] Test report in file testlog Thanks and Regards, Amit Barse, IBM Certified| Principal Infrastructure Engineer|India, ITO-SS-UNIX| M P H A S I S an EDS Company | Level-III, Wing-A, Cybercity Tower -IV, Magarpatta City, Hadapsar, Pune: 411013(INDIA)| Tel: + 91 (20) 40141492 (Extn. 5141492)| Mobile: +91 9923599320 |Title: Request for help
Hello,
I am trying to install openssl version 0.9.8e on AIX 52. I did the steps as mentioned in the installation document.
./config
Make
Make test
Make install
Initially I had problem with cc compiler, then I installed gcc and ran the "make" which went well. I still feel there is something wrong with it. Below is the output of "make report". Please suggest me what else need to be done here.Let me know if you need any details from my side.
[EMAIL PROTECTED] /export/openssl.0.9.8/openssl-0.9.8e: make report
Checking compiler...
ar: Creating an archive file cctest.a.
Running make...
making all in crypto...
making all in crypto/objects...
Target "all" is up to date.
making all in crypto/md2...
Target "all" is up to date.
making all in crypto/md4...
Target "all" is up to date.
making all in crypto/md5...
Target "all" is up to date.
making all in crypto/sha...
Target "all" is up to date.
making all in crypto/hmac...
Target "all" is up to date.
making all in crypto/ripemd...
Target "all" is up to date.
making all in crypto/des...
Target "all" is up to date.
making all in crypto/aes...
Target "all" is up to date.
making all in crypto/rc2...
Target "all" is up to date.
making all in crypto/rc4...
Target "all" is up to date.
making all in crypto/idea...
Target "all" is up to date.
making all in crypto/bf...
Target "all" is up to date.
making all in crypto/cast...
Target "all" is up to date.
making all in crypto/bn...
Target "all" is up to date.
making all in crypto/ec...
Target "all" is up to date.
making all in crypto/rsa...
Target "all" is up to date.
making all in crypto/dsa...
Target "all" is up to date.
making all in crypto/ecdsa...
Target "all" is up to date.
making all in crypto/dh...
Target "all" is up to date.
making all in crypto/ecdh...
Target "all" is up to date.
making all in crypto/dso...
Target "all" is up to date.
making all in crypto/engine...
Target "all" is up to date.
making all in crypto/buffer...
Target "all" is up to date.
making all in crypto/bio...
Target "all" is up to date.
making all in crypto/stack...
Target "all" is up to date.
making all in crypto/lhash...
Target "all" is up to date.
making all in crypto/rand...
Target "all" is up to date.
making all in crypto/err...
Target "all" is up to date.
making all in crypto/evp...
Target "all" is up to date.
making all in crypto/asn1...
Target "all" is up to date.
making all in crypto/pem...
Target "all" is up to date.
making all in crypto/x509...
Target "all" is up to date.
making all in crypto/x509v3...
Target "all" is up to date.
making all in crypto/conf...
Target "all" is up to date.
making all in crypto/txt_db...
Target "all" is up to date.
making all in crypto/pkcs7...
Target "all" is up to date.
making all in crypto/pkcs12...
Target "all" is up to date.
making all in crypto/comp...
Target "all" is up to date.
making all in crypto/ocsp...
Target "all" is up to date.
making all in crypto/ui...
Target "all" is up to date.
making all in crypto/krb5...
Target "all" is up to date.
making all in crypto/store...
Target "all" is up to date.
making all in crypto/pqueue...
Target "all" is up to date.
if [ -n "" ]; then (cd ..; make libcrypto.so.0.9.8); fi
Target "all" is up to date.
making all in ssl...
if [ -n "" ]; then (cd ..; make libssl.so.0.9.8); fi
Target "all" is up to date.
making all in engines...
Target "all" is up to date.
making all in apps...
Target "all" is up to date.
making all in test...
Target "all" is up to date.
making all in tools...
Target "all" is up to date.
Target "all" is up to date.
Running make test...
testing...
making all in apps...
Target "all" is up to date.
Target "all" is up to date.
../util/shlib_wrap.sh ./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
../util/shlib_wrap.sh ./ideatest
ecb idea ok
cbc idea ok
cfb64 idea ok
../util/shlib_wrap.sh ./shatest
test 1 ok
test 2 ok
test 3 ok
../util/shlib_wrap.sh ./sha1test
test 1 ok
test 2 ok
test 3 ok
../util/shlib_wrap.sh ./sha256t
Testing SHA-256 ... passed.
Testing SHA-224 ... passed.
../util/shlib_wrap.sh ./sha512t
Testing SHA-512 ... passed.
Testing SHA-384 ... passed.
../util/shlib_wrap.sh ./md4test
test 1 ok
test 2 ok
test 3 ok
test 4 ok
test 5 ok
test 6 ok
test 7 ok
../util/shlib_wrap.sh ./md5test
test 1 ok
test 2 ok
test 3 ok
test 4 ok
test 5 ok
test 6 ok
test 7 ok
../util/shlib_wrap.sh ./hmactest
test 0 ok
test 1 ok
test 2 ok
test 3 ok
../util/shlib_wrap.sh ./md2test
test 1 ok
test 2 ok
test 3 ok
test 4 ok
test 5 ok
test 6 ok
test 7 ok
../util/shlib_wrap.sh ./mdc2test
No MDC2 support
../util/shlib_wrap.sh ./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
../util/shlib_wrap.sh ./rc2test
make: 1254-059 The signal code from the last command is 11.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
OpenSSL self-test report:
OpenSSL version: 0.9.8e
Last change: Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sur...
Options: no-camellia no-gmp no-krb5 no-mdc2 no-rc5 no-rfc3779 no-shared no-zlib no-zlib-dynamic
OS (uname): AIX ustlstpu345 2 5 000E0CBC4C00
OS (config): 000E0CBC4C00-ibm-aix
Target (default): aix-cc
Target: aix-cc
Compiler: Configured with: ../gcc-3.3.2/configure : (reconfigured) ../gcc-3.3.2/configure --disable-nls : (reconfigured) ../gcc-3.3.2/configure --disable-nls
Thread model: aix
gcc version 3.3.2
Failure!
[...]
Test report in file testlog
Thanks and Regards,
Amit Barse, IBM Certified| Principal Infrastructure Engineer|India, ITO-SS-UNIX|
M P H A S I S an EDS Company | Level-III, Wing-A, Cybercity Tower -IV, Magarpatta City, Hadapsar, Pune: 411013(INDIA)| Tel: + 91 (20) 40141492 (Extn. 5141492)| Mobile: +91 9923599320 |