Date: Thu, 19 Oct 1995 11:12:49 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) Cc: freebsd-questions@freefall.freebsd.org Subject: Re: modload Q Message-ID: <199510191812.LAA02963@phaeton.artisoft.com> In-Reply-To: <199510190852.JAA13156@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at Oct 19, 95 09:52:56 am
next in thread | previous in thread | raw e-mail | index | archive | help
> I want to load socksys_mod.o and get the following (under a 2.2-current): > > blues# modload socksys_mod.o > Undefined entry symbol `_xxxinit' > ld: Spurious undefined symbols: # undefined symbols 1, reported 0 > modload: /usr/bin/ld: return code 1 > blues# > > What's wrong? The entry point for the module isn't the defaualt entry point, and you didn't specify an alternative using the "-e" command line switch. man modload, then look at the socksys code. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510191812.LAA02963>