From owner-freebsd-hackers Mon Jul 22 21:57:38 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F313F37B400 for ; Mon, 22 Jul 2002 21:57:36 -0700 (PDT) Received: from priv-edtnes12-hme0.telusplanet.net (fepout4.telus.net [199.185.220.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4251943E4A for ; Mon, 22 Jul 2002 21:57:36 -0700 (PDT) (envelope-from sh@planetquake.com) Received: from dbs ([216.232.25.240]) by priv-edtnes12-hme0.telusplanet.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020723045735.SWFU10572.priv-edtnes12-hme0.telusplanet.net@dbs> for ; Mon, 22 Jul 2002 22:57:35 -0600 Message-ID: <000501c23205$7aa03460$f019e8d8@slugabed.org> From: "Sean Hamilton" To: Subject: Linux binary compatibility requires SYSVSEM Date: Mon, 22 Jul 2002 21:57:41 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, "kldload linux" dies unless options SYSVSEM is in the kernel. Is there some way around this? (I have no other use for it, and try to be minimalist...) Also, are there other approaches to Linux binary compatibility? Is there some type of wrapper, which will load and execute the code, without all the compatibility/library mishmash? I'm trying to run a quake3 server, which I don't believe does anything not in the standard C library. thanks, sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message