*BSD News Article 57025


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!usenet.eel.ufl.edu!newsfeed.internetmci.com!vixen.cso.uiuc.edu!sdd.hp.com!hp-pcd!hp-cv!reuter.cse.ogi.edu!news.willamette.edu!news.orst.edu!news.uidaho.edu!usenet
From: "Faried Nawaz" <fn@uidaho.edu>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: linux compatibility library problem
Date: 06 Dec 1995 11:51:21 -0800
Organization: People's Front Against WWW
Lines: 19
Sender: nawaz921@boulder.cs.uidaho.edu
Distribution: world
Message-ID: <imlooq0y4m.fsf@boulder.cs.uidaho.edu>
References: <49lghh$lhc@ornews.intel.com>
Reply-To: fn@uidaho.edu
NNTP-Posting-Host: boulder.cs.uidaho.edu
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Newsreader: September Gnus v0.15

In article <49lghh$lhc@ornews.intel.com> abcraig@orglobe.intel.com (Allyn Craig) writes:

$ /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

shared memory.  add

options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

to your kernel.


this should probably go in a faq or in the handbook...