OpenSSL version: 0.9.4

config command line:
./config --prefix=/usr --openssldir=/usr/openssl rsaref threads

Output of ./config -t :
Operating system: i686-whatever-linux2
Configuring for linux-elf
/usr/bin/perl ./Configure linux-elf

The failing command line:
gcc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DRSAref -DL_ENDIAN 
-DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM 
openssl.o verify.o asn1pars.o req.o dgst.o dh.o enc.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 version.o sess_id.o ciphers.o nseq.o 
pkcs12.o pkcs8.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto -lRSAglue 
-lrsaref 

The error:
ld: cannot open -lrsaref: No such file or directory
make[1]: *** [openssl] Error 1
make[1]: Leaving directory `/home/prj/openssl-0.9.4/apps'
make: *** [all] Error 1

Output of find . -iname \*rsaref\* :
./include/openssl/rsaref.h
./rsaref
./rsaref/rsaref-lib.com
./rsaref/rsaref.c
./rsaref/rsaref.h
./rsaref/rsaref.o

Looks like maybe there should be "-L../rsaref" in the command line.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to