# cd openssl-0.9.8o
# ./config shared –prefix=/usr/local
# make
# make test
当我尝试安装并运行 make test .. 收到以下错误。
if [ -n "" ]; then \
../util/shlib_wrap.sh ./fips_randtest; \
fi
starting big number library test, could take a while...
test BN_add
Add test failed!
make[1]: *** [test_bn] Error 1
make[1]: Leaving directory `/usr/local/src/openssl-0.9.8o/test'
make: *** [tests] Error 2