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
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
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]