I'm blowing up in the same place, only mine is more spectacular.

I get:
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 c
rl.o crl2p7.o dgst.o dh.o dsa.o dsaparam.o enc.o errstr.o gendh.o gendsa.o genrs
a.o nseq.o openssl.o pkcs12.o pkcs7.o pkcs8.o req.o rsa.o s_cb.o s_client.o s_se
rver.o s_socket.o s_time.o sess_id.o speed.o verify.o version.o x509.o  -lssl -l
crypto -L/usr/local/lib -lrsaref
asn1pars.o: In function `asn1parse_main':
asn1pars.o(.text+0x91): undefined reference to `BIO_s_file'
asn1pars.o(.text+0x97): undefined reference to `BIO_new'
asn1pars.o(.text+0xb2): undefined reference to `BIO_ctrl'
asn1pars.o(.text+0xca): undefined reference to `sk_new'
asn1pars.o(.text+0xeb): undefined reference to `BIO_printf'
asn1pars.o(.text+0x108): undefined reference to `BIO_printf'
asn1pars.o(.text+0x29f): undefined reference to `sk_push'
asn1pars.o(.text+0x2d3): undefined reference to `BIO_printf'

plus another 2300+ lines of undefined references.

My question is why is this linking in /usr/local/lib/librsaref?  That
file is from 1998, and I'm sure a bit old for the new openssl stuff.

-Charlie

On Wed, Jan 19, 2000 at 05:44:11PM +0100, Stephan van Beerschoten wrote:
> cc -O -pipe -DMONOLITH -DNO_IDEA 
>-I/mnt/archive/CVS/4.0-CURRENT/src/secure/usr.bin/openssl -DRSAref   
>-I/usr/obj/mnt/archive/CVS/4.0-CURRENT/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'
> 
> This is going on since openssl changed its place in the sourcetree.
> Am I forgetting something ? (updated -CURRENT as of an hour ago).
> 
> -Steve
> 
> -- 
> Stephan van Beerschoten             Email: [EMAIL PROTECTED] 
> Network Engineer                    Luna Internet Services 
>  PGP fingerprint 4557 9761 B212 FB4C  778D 3529 C42A 2D27
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message

-- 
Charles Anderson        [EMAIL PROTECTED]

No quote, no nothin'


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

Reply via email to