-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 06 Jun 2003 7:12 am, Klaus D. Neumann wrote:

> After recompiling my kernel, iptables as module this time, the comand gives
> my this:
> bash-2.05b# insmod ip_tables
> Using /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o
> /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
> unresolved symbol nf_register_sockopt_Rsmp_09a77aa2
> /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
> unresolved symbol nf_unregister_sockopt_Rsmp_7569bdc4
> /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
> unresolved symbol remove_proc_entry_Rsmp_3740881b
> /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
> unresolved symbol proc_net_Rsmp_8ee840e3
> /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
> unresolved symbol create_proc_entry_Rsmp_b28c3205
> /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
> unresolved symbol irq_stat_Rsmp_fb5eda84
>
> Any idea what that means?

My gut feeling is that the module didnt compile correctly, probably because of 
a missed-out make clean or make mrproper at the kernel compiling stage... 
without these lines the /urc/src/linux dir is still dirty from the last 
compile.

Try the following:

cp /usr/src/linux/.config /root
cd /usr/src/linux
make clean
make mrproper
make menuconfig
[ just save and exit ... this will recreate your .config file - as the 
'mrproper' stage just deleted it ;) ]
cp /root/.config ./
make dep && make clean bzImage modules modules_install

Then copy the bzImage file to /boot, point grub at it and try again :o)

HTH

- -- 
        Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+4HWCzrmqzOOQUj8RAtKrAJ9EmU+pPQd5A4LdKBas95g4DHvqXQCffBf1
cKfqr/Qwpvr4+14dFfwpprI=
=dCvo
-----END PGP SIGNATURE-----


--
[EMAIL PROTECTED] mailing list

Reply via email to