From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 17c7nS-0006vC-00 for ; Tue, 06 Aug 2002 18:07:03 +0100 From: David Woodhouse In-Reply-To: <3D4FFA9B.2C693A02@esteem.com> References: <3D4FFA9B.2C693A02@esteem.com> <3D4EDA18.C77AEDA@esteem.com> To: Conn Clark Cc: MTD Mailing List Subject: Re: Need help getting JFFS2 working with kernel 2.4.19 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 06 Aug 2002 18:06:56 +0100 Message-ID: <25573.1028653616@redhat.com> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: clark@esteem.com said: > > I figured it out. The jffs2 zlib was conflicting with the zlib used > bye ppp compresion. I just had to remove zlib.o from the COMPR_OBJS > definition in the Makefile. There's a better fix in 2.4.20-pre2 and at ftp.kernel.org:/pub/linux/kernel/people/dwmw2/shared-zlib/ Get the latest patch (2.4.19-pre10) and it should apply to most 2.4 kernels. -- dwmw2