Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2000 13:00:51 -0500
From:      "Charles Anderson" <caa@columbus.rr.com>
To:        Charles Anderson <caa@columbus.rr.com>
Cc:        FreeBSD Current <freebsd-current@FreeBSD.ORG>
Subject:   Re: make world break
Message-ID:  <20000119130051.E38392@midgard.dhs.org>
In-Reply-To: <20000119124337.D38392@midgard.dhs.org>; from caa@columbus.rr.com on Wed, Jan 19, 2000 at 12:43:37PM -0500
References:  <20000119174411.B8084@supra.rotterdam.luna.net> <20000119124337.D38392@midgard.dhs.org>

next in thread | previous in thread | raw e-mail | index | archive | help
And of course right after I post this I go back a page in my current mail
folder and spot the message from Kris saying to move the old openssl out
of /usr/local/lib.  So I'm rebuilding again, with high hopes that it will
be successful.  But my last question still remains, why is it looking at
anything outside of the /usr/src, /usr/obj world?

-Charlie
On Wed, Jan 19, 2000 at 12:43:37PM -0500, Charles Anderson wrote:
> 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

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000119130051.E38392>