You have a libcrypto in /usr/local/lib which was not compiled with
rsaref.  When it reaches out to get rsaref, it also picks up the
libcrypto and libssl from /usr/local/lib rather than the build tree.
Move them out of the way...

robert.

Alfred Perlstein writes:
>broken here for the last 12 hours or so:
>
>cc -pipe -O2 -DMONOLITH -DNO_IDEA -I/home/src/secure/usr.bin/openssl -DRSAref   
>-I/usr/obj/home/src/i386/usr/include -c 
>/home/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/speed.c
>cc -pipe -O2 -DMONOLITH -DNO_IDEA -I/home/src/secure/usr.bin/openssl -DRSAref   
>-I/usr/obj/home/src/i386/usr/include -c 
>/home/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/verify.c
>cc -pipe -O2 -DMONOLITH -DNO_IDEA -I/home/src/secure/usr.bin/openssl -DRSAref   
>-I/usr/obj/home/src/i386/usr/include -c 
>/home/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/version.c
>cc -pipe -O2 -DMONOLITH -DNO_IDEA -I/home/src/secure/usr.bin/openssl -DRSAref   
>-I/usr/obj/home/src/i386/usr/include -c 
>/home/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/x509.c
>cc -pipe -O2 -DMONOLITH -DNO_IDEA -I/home/src/secure/usr.bin/openssl -DRSAref   
>-I/usr/obj/home/src/i386/usr/include  -o openssl apps.o asn1pars.o ca.o ciphers.o 
>crl.o crl2p7.o dgst.o dh.o dsa.o dsaparam.o enc.o errstr.o gendh.o gendsa.o genrsa.o 
>nseq.o openssl.o pkcs12.o pkcs7.o pkcs8.o req.o rsa.o s_cb.o s_client.o s_server.o 
>s_socket.o s_time.o sess_id.o speed.o verify.o version.o x509.o  -lssl -lcrypto 
>-L/usr/local/lib -lrsaref
>speed.o: In function `speed_main':
>speed.o(.text+0x66a): undefined reference to `RSA_PKCS1_RSAref'
>/usr/local/lib/libcrypto.so: undefined reference to `ERR_load_RSAREF_strings'
>*** Error code 1
>1 error
>*** Error code 2
>1 error
>*** Error code 2
>1 error
>*** Error code 2
>1 error
>*** Error code 2
>1 error
>*** Error code 2
>1 error
>
>?
>
>do i need to rebuild a port, and why?
>
>thanks,
>-- 
>-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
>
>
>To Unsubscribe: send mail to [EMAIL PROTECTED]
>with "unsubscribe freebsd-current" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to