I'm trying to compile openssl-0.9.5a on an Alpha running Red Hat 6.1
Linux kernel 2.2.13-0.9.  It compiles fine, until I configure it to
also compile rsaref.

When I do a make, it errors out (after about 4-5 minutes).

Here's a few lines of the last part of the output from make:


*********
*********
ssl.c -o openssl.o
rm -f openssl
gcc -o openssl -DMONOLITH -I../include -DRSAref -mcpu=ev5 -O3 
DL_ENDIAN -DTERMIO openssl.o verify.o asn1pars.o req.o dgst.o dh.o
dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o
rsa.o dsa.o dsaparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o
speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o
sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o rand.o -L.
-L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto -lRSAglue -lrsaref 
/usr/bin/ld: cannot open -lrsaref: No such file or directory
collect2: ld returned 1 exit status
make[1]: *** [openssl] Error 1
make[1]: Leaving directory `/usr/src/openssl-0.9.5a/apps'
make: *** [all] Error 1
*********
*********

Any suggestions?
   === Al


__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail � Free email you can access from anywhere!
http://mail.yahoo.com/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to