From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 02:31:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1FB616A4CE for ; Thu, 7 Oct 2004 02:31:49 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B88643D2D for ; Thu, 7 Oct 2004 02:31:49 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i972VmCZ056160; Wed, 6 Oct 2004 21:31:48 -0500 (CDT) (envelope-from dan) Date: Wed, 6 Oct 2004 21:31:48 -0500 From: Dan Nelson To: Vlad Message-ID: <20041007023148.GI3848@dan.emsphone.com> References: <20041006154137.GJ47017@green.homeunix.org> <20041006203220.7f8e7b8a.ubm@u-boot-man.de> <20041006192518.GM47017@green.homeunix.org> <20041006202143.GA3848@dan.emsphone.com> <20041006220430.GD3848@dan.emsphone.com> <20041007010644.GG3848@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.3-BETA7 X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: current@freebsd.org cc: Marc UBM Bocklet Subject: Re: [BETA7-panic] sodealloc(): so_count 1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 02:31:49 -0000 In the last episode (Oct 06), Vlad said: > next iteration: > > linking kernel > dump_machdep.o(.text+0x3d3): In function `gz_init': > : undefined reference to `deflateInit2_' > dump_machdep.o(.text+0x553): In function `gz_write': > : undefined reference to `deflate' > dump_machdep.o(.text+0x602): In function `gz_close': > : undefined reference to `deflate' > *** Error code 1 Near the bottom of the text at the beginning of the patch: Also, the gzip code uses the PPP compression code so you need "options PPP_DEFLATE" in your kernel config file... -- Dan Nelson dnelson@allantgroup.com