From owner-freebsd-current Sat Nov 13 0:32:47 1999 Delivered-To: freebsd-current@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id A60B714C08 for ; Sat, 13 Nov 1999 00:32:33 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id AAA72714 for ; Sat, 13 Nov 1999 00:32:01 -0800 (PST) Date: Sat, 13 Nov 1999 00:32:01 -0800 (PST) From: Annelise Anderson To: freebsd-current@freebsd.org Subject: perl error in make world 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 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. chmod 755 /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/auto/DynaLoader/DynaLoader.a cc -nostdinc -O -pipe -I/usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -I/usr/obj/usr/src/tmp/usr/include -o perl perlmain.o lib/auto/DynaLoader/DynaLoader.a -lperl -lm -lcrypt /usr/obj/usr/src/tmp/usr/lib/libcrypt.so: undefined reference to `SHA_Final' /usr/obj/usr/src/tmp/usr/lib/libcrypt.so: undefined reference to `SHA_Init' /usr/obj/usr/src/tmp/usr/lib/libcrypt.so: undefined reference to `SHA_Update' *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/perl. *** Error code 1 Annelise To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message