Bill Wandrack schrieb:
> 
> make error:
> 
> gcc -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DRSAref -DL_ENDIAN
> -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM
> -DRMD160_ASM   -c openssl.c -o openssl.o
> rm -f openssl
> 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 -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto
> -Lpwd/../rsaref-2.0/local/ -lRSAglue -lrsaref
   ^^^^^^

This should be -L`pwd`/../rsaref-2.0/local (back ticks required)
which would give the path to the librsaref.

Any voluntair to add it as a FAQ?

> ld: cannot open -lrsaref: No such file or directory
> make[1]: *** [openssl] Error 1
> make[1]: Leaving directory `/home/bwandra/openssl-0.9.3a/apps'
> make: *** [all] Error 1
> 
> make test error:
> 
> [bwandra@bwandra openssl-0.9.3a]$ make test

if make fails, make test can'T work since it requires a complete
build (done by make) first.

> c_rehash: rehashing skipped ('openssl' program not available)
> testing...
> make[1]: Entering directory `/home/bwandra/openssl-0.9.3a/test'
> gcc -I../include -DTHREADS -D_REENTRANT -DRSAref -DL_ENDIAN -DTERMIO -O3
> -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM   -c
> bntest.c -o bntest.o
> gcc -o bntest -I../include -DTHREADS -D_REENTRANT -DRSAref -DL_ENDIAN
> -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM
> -DRMD160_ASM bntest.o -L. -L.. -L../.. -L../../.. -L.. -lcrypto
> -Lpwd/../rsaref-2.0/local/ -lRSAglue -lrsaref
> ld: cannot open -lrsaref: No such file or directory
> make[1]: *** [bntest] Error 1
> make[1]: Leaving directory `/home/bwandra/openssl-0.9.3a/test'
> make: *** [tests] Error 2
> 
> config -t output:
> 
> Operating system: i586-whatever-linux2
> Configuring for linux-elf
> /usr/bin/perl ./Configure linux-elf
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]

-- 
Holger Reif                  Tel.: +49 361 74707-0
SmartRing GmbH               Fax.: +49 361 7470720
Europaplatz 5             [EMAIL PROTECTED]
D-99091 Erfurt                    WWW.SmartRing.de
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to