Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Jun 2002 14:10:52 -0400
From:      Michael Sharp <freebsd@ec.rr.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   kernel limits for openoffice
Message-ID:  <3D0248AC.7080108@ec.rr.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D0248AC.7080108>