Subject: LKM ?
To: None <port-i386@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: port-i386
Date: 03/27/1997 18:13:46
Can anyone tell me what I am doing wrong please?

modload -dv /usr/lkm/if_ipl.o (or anything else)
ld -A /netbsd -e _xxxinit -o ip_fil -T 0 /usr/lkm/if_ipl.o
Undefined entry symbol `_xxxinit'
ld: Spurious undefined symbols: # undefined symbols 1, reported 0
modload: can't prelink `/usr/lkm/if_ipl.o' creating `/usr/lkm/if_ipl'

in the current kernel, the options LKM and PFIL_HOOKS are enabled.


Cheers,

 Patrick