From owner-freebsd-current Sun Jan 24 07:37:44 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14313 for freebsd-current-outgoing; Sun, 24 Jan 1999 07:37:44 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14308 for ; Sun, 24 Jan 1999 07:37:37 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.9.2/8.9.2) with ESMTP id RAA01421; Sun, 24 Jan 1999 17:37:22 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by greenpeace.grondar.za (8.9.2/8.9.2) with ESMTP id RAA16096; Sun, 24 Jan 1999 17:37:19 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199901241537.RAA16096@greenpeace.grondar.za> To: Randy Bush cc: freebsd-current@FreeBSD.ORG Subject: Re: make aout-to-elf-build failure In-Reply-To: Your message of " Sun, 24 Jan 1999 07:18:57 PST." References: <199901231907.LAA16027@vashon.polstra.com> <199901240817.KAA02681@greenpeace.grondar.za> <199901241119.NAA03526@greenpeace.grondar.za> Date: Sun, 24 Jan 1999 17:37:18 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Randy Bush wrote: > oops! still have > > /usr/obj/aout/usr/src/tmp/usr/libexec/elf/ld: warning: libcrypt.so.2, needed by /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so, not found (try using --rpath) > /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so: unde fined reference to `crypt' > *** Error code 1 Hi Just in case you get any more of these (mentioning `crypt'), here is a workaround: Go to the right subdirectory (in this case /usr/src/kerberosIV/libexec/kipd/) and edit the Makefile; add -lcrypt to the end of the LDADD line. You may need to remove it later, but it will keep your build going. I'd be grateful for reports of places where this is necesary. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message