From owner-freebsd-current Sat Nov 13 16:54:34 1999 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 693BF14EF8; Sat, 13 Nov 1999 16:54:33 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 568D31CD43B; Sat, 13 Nov 1999 16:54:33 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Sat, 13 Nov 1999 16:54:33 -0800 (PST) From: Kris Kennaway To: Annelise Anderson Cc: freebsd-current@freebsd.org Subject: Re: perl error in make world In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 13 Nov 1999, Annelise Anderson wrote: > I'm getting the following error with today's -current sources; > this particular system has a rather strange history, so it may > not be the sources, but something else. I have tried -DNOCRYPT, > which doesn't help. And I've searched the archives without > finding anything directly applicable, so suggestions would be > appreciated. Back in september libcrypt grew the ability to use SHA-1 passwords..looks like your libcrypt wasn't linked against libmd, so the SHA_* symbols aren't found in libcrypt. Adding -lmd to the perl link line would fix it, but you should try rebuilding libcrypt first. Doing a "nm /usr/lib/libcrypt.so.2" should show the symbols with a 'T' next to them. Kris ---- Cthulhu for President! For when you're tired of choosing the _lesser_ of two evils.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message