On Tue, Nov 30, 2004 at 10:25:19PM +0200 or thereabouts, Calin Dumitrescu wrote:
I'm trying to load the cipcb module into a 2.4 kernel with
CONFIG_FILTER=y (os=Debian Woody), and I'm runnig into the same
"unresolved symbol" problem that some people have reported a while back
on this list and elsewhere.
Hi Calin,
I have run into those problems in the past with several modules, which
could be solved by 'make mrproper' (Note: save you .config, because it
will be erased, too) prior to 'make oldconfing' (after having copied
.config to its place again) and 'make bzImage modules'.
Maybe this is the issue to your problem, too.
cu
Sascha