From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 13:11:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7434A16A4CE for ; Mon, 24 Nov 2003 13:11:45 -0800 (PST) Received: from fielden.com.au (www.fielden.com.au [203.34.58.131]) by mx1.FreeBSD.org (Postfix) with SMTP id AAAB343F75 for ; Mon, 24 Nov 2003 13:11:31 -0800 (PST) (envelope-from david@fielden.com.au) Received: (qmail 4618 invoked from network); 24 Nov 2003 21:11:16 -0000 Received: from unknown (HELO F84) (192.168.1.84) by persephone.fielden.com.au with SMTP; 24 Nov 2003 21:11:16 -0000 From: "DG" To: Date: Tue, 25 Nov 2003 08:11:14 +1100 Message-ID: <002c01c3b2cf$7f234c60$5401a8c0@borg.fielden.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <000c01c3b2cc$6c8f9ed0$0202a8c0@mixufhgfxien6k> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Subject: strange kernel option USER_LDT suggested in wine doc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 21:11:45 -0000 Greetings, I installed the wine port onto FreeBSD 5.1-RELEASE and noted that the doc suggested the following: "To use Wine, your kernel must be rebuilt with the following lines added to the kernel config file (/sys/i386/conf/): options USER_LDT options SYSVSHM options SYSVSEM options SYSVMSG" The latter 3 are selected by default in my config file, but when I add the USER_LDT line and run config, I get the following output: ROWDY2: unknown option "USER_LDT" Is this option maybe depracated in 5.1? Thanx Dave