YAWF: World failure- undefined reference to `RSA_PKCS1_RSAref'

2000-01-18 Thread FreeBSD mailing list

cc -O -pipe -DMONOLITH -DNO_IDEA -I/usr/src/secure/usr.bin/openssl -DRSAref   
-I/usr/obj/usr/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+0x60a): undefined reference to `RSA_PKCS1_RSAref'
/usr/local/lib/libcrypto.so: undefined reference to `ERR_load_RSAREF_strings'
*** Error code 1

Stop in /usr/src/secure/usr.bin/openssl.


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



Re: YAWF: World failure- undefined reference to `RSA_PKCS1_RSAref'

2000-01-18 Thread Kris Kennaway

On Tue, 18 Jan 2000, FreeBSD mailing list wrote:

 speed.o(.text+0x60a): undefined reference to `RSA_PKCS1_RSAref'
 /usr/local/lib/libcrypto.so: undefined reference to `ERR_load_RSAREF_strings'

Please pay attention to the mailing list. I'm testing the fix for this now
with a make world of both possible cases, but ppkg_delete or move aside
the openssl libraries in /usr/local/lib for now.

Kris


"How many roads must a man walk down, before you call him a man?"
"Eight!"
"That was a rhetorical question!"
"Oh..then, seven!" -- Homer Simpson



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