I'm using IBM's CC 8.0 and the following configure:

export OBJECT_MODE=64
export LIBPATH=/opt/freeware/64/lib:/usr/lib:/usr/lib/threads

make clean
./Configure aix64-cc threads no-shared zlib no-krb5 --prefix=/usr/local
-I/opt/freeware/include -qarch=pwr5x make make test

It fails with:

convert the certificate request into a self signed certificate using
'x509'
Signature ok
subject=/C=AU/O=Dodgy Brothers/CN=Dodgy CA Getting Private key

convert a certificate into a certificate request using 'x509'
Getting request Private Key
Generating certificate request
./testss[58]: 389156 Segmentation fault(coredump) error using 'x509'
convert a certificate to a certificate request
make: 1254-004 The error code from the last command is 1.


A 32-bit compile using the following config works flawlessly:

export OBJECT_MODE=32
export LIBPATH=/opt/freeware/lib:/usr/lib:/usr/lib/threads

make clean
./Configure aix-cc threads no-shared zlib no-krb5 --prefix=/usr/local
-I/opt/freeware/include -qarch=pwr5x make make test


If anybody has any ideas on how to fix this or want/need additional
information then I'm all ears.

Thank you in advance,
Claus

____________________________________________
Claus Lund
Systems Developer

Vermont Department of Taxes
Information Systems
133 State Street
Montpelier, Vermont 05633-1401
(802) 828-3735
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to