From owner-freebsd-current Wed Jan 19 9:43:43 2000 Delivered-To: freebsd-current@freebsd.org Received: from hurricane.columbus.rr.com (m5.columbus.rr.com [204.210.252.249]) by hub.freebsd.org (Postfix) with ESMTP id CBBD415308 for ; Wed, 19 Jan 2000 09:43:40 -0800 (PST) (envelope-from caa@columbus.rr.com) Received: from columbus.rr.com ([24.95.60.151]) by hurricane.columbus.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com for ; Wed, 19 Jan 2000 12:43:38 -0500 Received: (from caa@localhost) by columbus.rr.com (8.9.3/8.9.3) id MAA99879 for freebsd-current@FreeBSD.ORG; Wed, 19 Jan 2000 12:43:37 -0500 (EST) (envelope-from caa) Date: Wed, 19 Jan 2000 12:43:37 -0500 From: "Charles Anderson" To: FreeBSD Current Subject: Re: make world break Message-ID: <20000119124337.D38392@midgard.dhs.org> References: <20000119174411.B8084@supra.rotterdam.luna.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000119174411.B8084@supra.rotterdam.luna.net>; from stephanb@luna.nl on Wed, Jan 19, 2000 at 05:44:11PM +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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: stephanb@luna.nl > Network Engineer Luna Internet Services > PGP fingerprint 4557 9761 B212 FB4C 778D 3529 C42A 2D27 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- Charles Anderson caa@columbus.rr.com No quote, no nothin' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message