Date: Sun, 21 Feb 2010 08:47:01 +0000 From: John <comp.john@googlemail.com> To: Pieter de Goeje <pieter@degoeje.nl> Cc: freebsd-questions@freebsd.org Subject: Re: unabe to install linux compatibility on freebsd 8.0-R Message-ID: <20100221084700.GA4247@potato> In-Reply-To: <201002210310.06178.pieter@degoeje.nl> References: <20100220235454.GA1236@potato> <201002210310.06178.pieter@degoeje.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, thanks for replying On Sun, Feb 21, 2010 at 03:10:05AM +0100, Pieter de Goeje wrote: > > Somehow your linux.ko is broken, do you perhaps have WITHOUT_LINUX= > in /etc/src.conf or /etc/make.conf? I have no src.conf make.conf looks like this: $ cat /etc/make.conf | less CPUTYPE?=athlon64 WITH_MUTT_IMAP_HEADER_CACHE=yes WITH_MUTT_SMTP=yes WITH_MUTT_CYRUS_SASL2=yes # added by use.perl 2009-11-27 15:44:59 PERL_VERSION=5.10.1 > Check the last modification date of /boot/kernel/linux.ko, does it correspond > (roughly) to the one from /boot/kernel/kernel? Yes, it does: $ ls -la /boot/kernel/linux.ko -r-xr-xr-x 1 root wheel 240K Feb 20 21:50 /boot/kernel/linux.ko* $ ls -la /boot/kernel/kernel -r-xr-xr-x 1 root wheel 6.8M Feb 20 21:08 /boot/kernel/kernel* > About the kernel option, try COMPAT_LINUX32. It's a documentation bug. OK I'll try that now, thanks edit: I got this error: ../../../amd64/linux32/linux32_sysvec.c:38:2: error: #error "Unable to compile Linux-emulator due to missing COMPAT_IA32 option!" mkdep: compile failed *** Error code 1 so I'll add that one, too - seems to be building now cheers -- John - comp dot john at googlemail dot com OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop GPG: 0xF08A33C5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100221084700.GA4247>