From owner-freebsd-stable Sat Jun 10 14:59: 9 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mailman.cs.ucla.edu (Mailman.CS.UCLA.EDU [131.179.128.30]) by hub.freebsd.org (Postfix) with ESMTP id 54FEF37BB2B; Sat, 10 Jun 2000 14:59:00 -0700 (PDT) (envelope-from scottm@CS.UCLA.EDU) Received: from rdwarrior.cs.ucla.edu (rdwarrior.cs.ucla.edu [131.179.192.88]) by mailman.cs.ucla.edu (8.9.1/UCLACS-5.0) with ESMTP id OAA14959; Sat, 10 Jun 2000 14:58:55 -0700 (PDT) Date: Sat, 10 Jun 2000 14:58:52 -0700 (PDT) From: "B. Scott Michel" To: Kris Kennaway Cc: freebsd-stable@freebsd.org Subject: Re: buildworld error In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will report back relatively shortly. -scooter On Sat, 10 Jun 2000, Kris Kennaway wrote: > On Sat, 10 Jun 2000, Scott Michel wrote: > > > /usr/obj/usr/src/secure/usr.sbin/sshd/../../lib/libssh/libssh.a(auth-skey.o): In function `skey_fake_keyinfo': > > auth-skey.o(.text+0x2ae): undefined reference to `SHA1_Data' > > auth-skey.o(.text+0x438): undefined reference to `SHA1_End' > > auth-skey.o(.text+0x495): undefined reference to `SHA1_End' > > *** Error code 1 > > > > Anyone got a clue-by-four to hit me with? > > Please try this patch: > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/secure/usr.sbin/sshd/Makefile,v > retrieving revision 1.7 > diff -u -r1.7 Makefile > --- Makefile 2000/05/15 05:26:50 1.7 > +++ Makefile 2000/06/10 21:50:46 > @@ -38,8 +38,8 @@ > .endif # MAKE_KERBEROS5 > > CFLAGS+= -DSKEY > -LDADD+= -lopie > -DPADD+= ${LIBOPIE} > +LDADD+= -lopie -lmd > +DPADD+= ${LIBOPIE} ${LIBMD} > > .include > > I'm not sure why libmd is being linked by default on my systems. > > Kris > > -- > In God we Trust -- all others must submit an X.509 certificate. > -- Charles Forsythe > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message