Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msunews!agate!howland.reston.ans.net!gatech2!news.mathworks.com!news.kei.com!news.ssd.intel.com!ornews.intel.com!news From: abcraig@orglobe.intel.com (Allyn Craig) Newsgroups: comp.unix.bsd.freebsd.misc Subject: linux compatibility library problem Date: Thu, 30 Nov 95 15:56:59 Organization: Intel Corp Lines: 20 Message-ID: <49lghh$lhc@ornews.intel.com> NNTP-Posting-Host: phred.intel.com Mime-Version: 1.0 X-Newsreader: WinVN 0.93.02 I have installed the linux compatibility libraries and recompiled the kernel with COMPAT_LINUX, etc. Now when I run the /usr/bin/linux script, I get the following errors: /lkm/linux_mod.o: Undefined symbol `_shmat' referenced from text segment /lkm/linux_mod.o: Undefined symbol `_shmdt' referenced from text segment /lkm/linux_mod.o: Undefined symbol `_shmget' referenced from text segment /lkm/linux_mod.o: Undefined symbol `_shmctl' referenced from text segment /lkm/linux_mod.o: Undefined symbol `_shmctl' referenced from text segment modload: /usr/bin/ld: return code 1 Since there weren't any instructions that came with this, I was wondering if anyone had some words of wisdom on what I'm doing wrong. Thanks for your assistance. -- Allyn Craig abcraig@orglobe.intel.com