Please help!!!

I am trying to compile and install the most recent stable version of OpenSSL
with the RSAREF2.0 libs.

Everything configs fine with:
# gunzip -dc openssl-0.9.5a.tar.gz | tar xvf -
# cd openssl-0.9.x
# ./config --prefix=/usr/local/ssl -L`pwd`/../rsaref-2.0/local/rsaref -fPIC

Makes with no errors, but when I run "make test", I get the following after
alot of the other tests run correctly.

# Failed! bc: /bin/sh: bc: command not found
# make[1]: *** [test_bn] Error 255
# make[1]: Leaving directory `/usr/local/src/openssl-0.9.6/test'
# make: *** [tests] Error 2

Does anyone have any ideas on how to resolve this issue?

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to