Date: Fri, 1 Jan 2010 12:16:26 +0000 From: Masoom Shaikh <masoom.shaikh@gmail.com> To: "freebsd-questions" <freebsd-questions@freebsd.org> Subject: COMPAT_LINUX instead if COMPAT_LINUX32 in man page Message-ID: <201001011216.26102.masoom.shaikh@gmail.com>
next in thread | raw e-mail | index | archive | help
Hi list, I prefer to statically link modules instead of loading them via loader.conf. This time I wanted to link linux.ko. The man page for 'linux' suggests to put "options COMPAT_LINUX" in KERNCONF. I did exactly so, only to see build failure. Failure says unknown option COMPAT_LINUX. With little poking around I figured out the options is COMPAT_LINUX32 and this did make sense as only i386 Linux binaries are supported. I guess man page is in error and needs some love. Masoom Shaikh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001011216.26102.masoom.shaikh>