From owner-freebsd-questions Sat Jun 8 12:44:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail8.ec.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id A794937B409 for ; Sat, 8 Jun 2002 12:44:31 -0700 (PDT) Received: from ec.rr.com ([66.26.7.34]) by mail8.ec.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Sat, 8 Jun 2002 14:09:40 -0400 Message-ID: <3D0248AC.7080108@ec.rr.com> Date: Sat, 08 Jun 2002 14:10:52 -0400 From: Michael Sharp User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020606 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: kernel limits for openoffice Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In reading the Makefile for openoffice 1.0, it says I need to add the below options to my kernel and recompile the kernel to build openoffice. MAXDSIZ=\"\(1024*1024*1024\)\" MAXSSIZ=\"\(256*1024*1024\)\" After doing so, the kernel builds, but on reboot, the kernel throws an error and I have to boot kernel.old. However, when trying the build without those parameters added to the kernel, I noticed a message that says I have to add: MAXDSIZ="(1024*1024*1024)" MAXSSIZ="(256*1024*1024)" to my kernel and recompile to build. In doing so, with these parameters, the kernel refuses to make. What am I missing? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message