I'm trying to install openssl 0.9.4 on a RedHat6.0 system for use 
w/ mod_ssl 2.4.2-apache 1.3.9 according to the instructions in the mod_ssl
INSTALL guide:


cd /root/install/rsaref-2.0
cp -rp install/unix local
cd local
make
mv rsaref.a librsaref.a

cd /root/install/openssl-0.9.4
sh config -L/root/install/rsaref-2.0/local/ rsaref
make
make test
 



Part way through 'make test', I get the following error:


test BN_exp
test a^b%c implementations
./exptest
........................................................................................................................................................................................................
done
cat
cmp: EOF on ./p.clear
make[1]: *** [test_enc] Error 1
make[1]: Leaving directory `/root/install/openssl-0.9.4/test'
make: *** [tests] Error 2



Even though 'make test' is supposed to be optional I assume it is fatal
error, because if I try to continue 'make certificate' for apache fails
later on.  Any ideas what's causing this error?

thanks,

scott collins

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to