> I tried to install OpenSSL 9.8g as follows on linux-x86_64 >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?
Obviously your '386' parameter didn't work, since it didn't select a compiler that produces 32-bit code. Adding '-m32' caused a borked build, since you configured without '-m32' but built with it. DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]