Date: Sat, 15 Jun 2002 20:18:28 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: vbrammer@comcast.net Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: linux emulation Message-ID: <20020616011828.GG98568@dan.emsphone.com> In-Reply-To: <003a01c214af$d4c7ee60$7e00a8c0@freebsd.bogus> References: <003a01c214af$d4c7ee60$7e00a8c0@freebsd.bogus>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020616011828.GG98568>