[openssl.org #1770] 'make test' failure for OpenSSL 9.8g

2014-06-30 Thread Rich Salz via RT
Very old release, can't reproduce this.
If it is still happening, PLEASE open a new ticket.

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


RE: [openssl.org #1770] 'make test' failure for OpenSSL 9.8g

2008-10-30 Thread David Schwartz

 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]