Hi Andy, Thanks so much for the response. I am now using 0.9.8g and try to configure it with aix64-gcc, such as:
./config aix64-gcc --prefix=/usr/local/ssl64 --openssldir=/usr/local/ssl64 no-shared no-asm I got configure error: Operating system: 0002423F4C00-ibm-aix Configuring for aix-gcc target already defined - aix-gcc (offending arg: aix64-gcc) Maybe there is some kind of environmental parameter I forgot to set? Could you please provide hint? Thanks again. Jack -----Original Message----- From: Andy Polyakov via RT [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2008 2:44 AM To: [EMAIL PROTECTED] Cc: [email protected] Subject: Re: [openssl.org #1741] failed in testing BN_sqr openssl in aix 5.2 of 64 bit mode > I am having problem to pass test, BN_sqr" in AIX 5.2 for version > "openssl-0.9.7g". > ... > test BN_sqr > Square test failed! This is in FAQ, "11. Why does the OpenSSL test suite fail in BN_sqr test [on a 64-bit platform]?" 64-bit AIX is *not* supported by 0.9.7, use 0.9.8* instead. > It is compiled with 64 mode in AIX 5.2. Here is the configuration: > > > > CONFIGURE_ARGS=aix-gcc -maix64 --prefix=/usr/local/ssl64 > --openssldir=/usr/local It should be noted though that you can't just mix-n-match config lines and 64-bit compiler flags like that, and such attempt to mix aix-gcc and -maix64 would cause exactly same error even in 0.9.8*. Instead you'd configure explicitly for aix64-gcc. A. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
