From owner-freebsd-stable Wed Feb 14 19:54:00 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA07945 for stable-outgoing; Wed, 14 Feb 1996 19:54:00 -0800 (PST) Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA07937 for ; Wed, 14 Feb 1996 19:53:55 -0800 (PST) Received: by haven.uniserve.com id <30957-2926>; Wed, 14 Feb 1996 19:56:30 -0800 Date: Wed, 14 Feb 1996 19:56:24 -0800 (PST) From: Tom Samplonius To: Chris Timmons cc: Steve Emmert , "Frank E. Terhaar-Yonkers" , freebsd-stable@FreeBSD.org Subject: Re: bogon in -stable In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@FreeBSD.org Precedence: bulk On Wed, 14 Feb 1996, Chris Timmons wrote: > > I ran into this and discovered that if you do not say 'make depend' ahead > of your 'make' in the kernel compile directory, it will build. When I > was flailing I looked in the handbook section about kernel compiling and > it didn't have the 'make depend' in there, so I tried it that way and > I've been running fine... > > Except that I've encountered the > > ld.so failed: Undefined symbol "_encrypt_debug_mode" in telnetd:telnetd > > problem now... I am finding stuff in the archives about it but no cure so > far. Any hints? That should only happen during a "make world" while shared libraries are being built. It should be fixed before "make world" ends. Tom