unresolved symbol
Yang Hua
yanghua@bigfoot.com
Sun, 24 Oct 1999 10:42:31 +0800
I know what's wrong at last.
The symbol numbers in netsyms.ver are incorrect.
I did 'make clean' both in kernel directory and in netfilter directory.
After making both of them, I found it is OK.
I am not sure why there are wrong symbols. But it works well after all.
BTW, I am a graduate student in China. I am working on a research on
IPv6 and
I am interested in netfilter. Do you have any plan on netfilter for
IPv6, Mr.Sussell?
Yang Hua
Paul Rusty Russell wrote:
>
> In message <380C3345.B8470C10@bigfoot.com> you write:
> > I compiled kernel 2.3.20 with netfilter support.
> > And then I compiled netfilter 0.1.10.
> > These were done successfully.
> > But when I tried to insmod ***.o
> > I found these error message,
> > unresolved symbol nf_register_hook
> > unresolved symbol nf_unregister_hook
>
> Looks like you're not actually running a netfilter-enabled kernel.
>
> Rusty.
> --
> Hacking time.