Beta2 compiles fine on my RedHat 6.2 Alpha with this config
command:

./config --prefix=/usr/local/openssl \
    --openssldir=/etc/openssl no-rc5 \
    no-idea 
make

The "make test" mostly fails on test_bn, although it sometimes
succeeds.  If I cd into the test directory and repeatedly run
"make test_bn", about one percent of the time it runs to 
completion.  Perhaps nine percent of the time it breaks on BN_div.
The rest of the time it breaks on BN_sub.

0.9.6 and 0.9.5a don't behave this way on this hardware.

Here's what "make report" says about my setup:

OpenSSL self-test report:

OpenSSL version:  0.9.6a-beta2
Last change:      Fix bug in PKCS#12 key generation routines. This was
tr...
Options:          --prefix=/usr/local/openssl --openssldir=/etc/openssl
no-rc5 no-idea -mcpu=ev6
OS (uname):       Linux bluesky 2.2.16-3 #1 Mon Jun 19 17:45:16 EDT 2000
alpha unknown
OS (config):      alpha-whatever-linux2
Target (default): linux-alpha+bwx-gcc
Target:           linux-alpha+bwx-gcc
Compiler:         gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2
release)

I'm presuming that I don't really want to take the next step of
building OpenSSH on top of this version of OpenSSL.  Can anyone
suggest things I might do to help diagnose what's going wrong?

Thanks!

Paul Allen
-- 
Boeing Phantom Works                   \ Paul L. Allen, (425) 865-3297
Math & Computing Technology              \ [EMAIL PROTECTED]
POB 3707 M/S 7L-40, Seattle, WA 98124-2207 \ Prototype Systems Group
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to