From owner-freebsd-emulation Sat Jun 15 18:18:35 2002 Delivered-To: freebsd-emulation@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 9DB3A37B414 for ; Sat, 15 Jun 2002 18:18:30 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.3/8.12.3) id g5G1IS3s025577; Sat, 15 Jun 2002 20:18:28 -0500 (CDT) (envelope-from dan) Date: Sat, 15 Jun 2002 20:18:28 -0500 From: Dan Nelson To: vbrammer@comcast.net Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: linux emulation Message-ID: <20020616011828.GG98568@dan.emsphone.com> References: <003a01c214af$d4c7ee60$7e00a8c0@freebsd.bogus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003a01c214af$d4c7ee60$7e00a8c0@freebsd.bogus> User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In the last episode (Jun 15), vbrammer@comcast.net said: > Hi, > > Ive been having a problem getting linux compatability working on > -Stable builds. This is the output Ive gotten on 2 builds, the last one > today, the first one about 3 weeks ago. > > linking kernel > linux_ipc.o: In function `linux_semctl': > linux_ipc.o(.text+0x3e5): undefined reference to `seminfo' > linux_ipc.o(.text+0x3ff): undefined reference to `seminfo' It looks like the linuxulator code has a hidden dependency on options SYSVSEM . Try adding that to your kerenl config and rebuilding. If you get more errors, try adding SYSVMSG and SYSVSHM; the three options usually go together. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message