Date: Sun, 24 Jan 1999 20:49:57 -0800 From: Thomas Hentschel <thomas@hentschel.net> To: FreeBSD-Stable <freebsd-stable@FreeBSD.ORG> Subject: linux emulation prob after cvsup to 2.2.stable Message-ID: <36ABF7F5.5C09C0EB@hentschel.net>
next in thread | raw e-mail | index | archive | help
I'm having a little trouble with linux emulation after cvsup'ing 2.2.7 rel to 2.2.stable. All linux apps (even /usr/compat/linux/sbin/ldconfig) barf at me with : # ELF binary type not known # Abort trap I commented out >/dev/null in rc.i386 for "linux" and it gives me: /lkm/linux_mod.o: Undefined symbol '_linux_brand' referenced from text segment /lkm/linux_mod.o: Undefined symbol '_linux_brand' referenced from text segment modload: /usr/bin/ld: return code 1 The only reference to 'linux_brand' I was able to find is in /usr/src/sys/i386/linux/linux_sysvec.c, and it looks correct to me (maybe it's not, but then I'm staring at it too long already). I noticed (from the RCS line), that this file was modified the day before I cvsup'ed (which doesn't necessarily mean anything) The 'make buildworld / installworld' and the subsequent kernel rebuild didn't show anything unusual, I have 'linux_lib-2.6' installed (from /usr/ports). I went thru' the archives, couldn't dig anything up, though. Anybody got an idea what's causing it ???? TIA Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36ABF7F5.5C09C0EB>