Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 1996 15:07:48 -0700 (PDT)
From:      "Jonathan M. Bresler" <jmb>
To:        spaz@u.washington.edu (John Utz)
Cc:        freebsd-multimedia@FreeBSD.org
Subject:   Re: using linux lkm?
Message-ID:  <199604212207.PAA10442@freefall.freebsd.org>
In-Reply-To: <Pine.OSF.3.92a.960421132721.9771A-100000@becker1.u.washington.edu> from "John Utz" at Apr 21, 96 01:37:21 pm

next in thread | previous in thread | raw e-mail | index | archive | help
John Utz wrote:
> 
> Hello;
> 
> 	I just tried to modload /lkm/linux_mod.o and ld complained about a
> missing _xxxinit which the man page sez is the default entry. Is is
> fighting with the modloaded screensaver or something?

	the linux lkm does not fit the pattern.  try:

Aspen:[235] uname -a
FreeBSD Aspen.Woc.Atinc.COM 2.1-STABLE FreeBSD 2.1-STABLE #0: Wed Mar  6 06:54:49 EST 1996     jmb@Aspen.Woc.Atinc.COM:/usr/src/sys/compile/ASPEN  i386

Aspen:[234] /sbin/modload -e linux_init /lkm/linux_mod.o
Linux emulator installed
Module loaded as ID 0

	you will libraries installed in /usr/compat/linux/lib

Aspen:[241] ls /usr/compat/linux/lib
ld.so           libXIE.so.6     libXaw.so.6.0   libXt.so.6      libgr.so.1.3
libX11.so.3     libXIE.so.6.0   libXpm.so.4     libXt.so.6.0    libm.so.4
libX11.so.3.1.0 libXaw.so.3     libXpm.so.4.3   libc.so.4       libm.so.4.5.26
libX11.so.6     libXaw.so.3.1.0 libXt.so.3      libc.so.4.5.26
libX11.so.6.0   libXaw.so.6     libXt.so.3.1.0  libgr.so.1

Aspen:[246] cat /usr/compat/linux/etc/host.conf
order bind,hosts

--
Jonathan M. Bresler           FreeBSD Postmaster             jmb@FreeBSD.ORG
FreeBSD--4.4BSD Unix for PC clones, source included. http://www.freebsd.org/


p.s.  how's life in seattle?  that job is over wont be back till i get another
	job that sends me there.  nice place. ;)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604212207.PAA10442>