Just found this old post, sorry for *LATE* answer...
First, your problem seemed related to some module configuration inconsistencies related with netfilter symbols.
For example, if insmod can't find the following symbol:
ip_nat_helper_unregister_Rsmp_3f56f029
It could be due to a mismatch between your running kernel version and sources you used to compile sockmi (eg. smp vs. non-smp configuration).
(check your path in /usr/src and /lib/modules then try depmod).
Anyway you tried sockmi on a patched version of 2.4 kernel, whereas we support only "vanilla" kernels (with could develop patches on request).
I'm glad that all worked fine on 2.6.
Best Regard,
Paolo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I did:
./configure --prefix=/usr --sysconfdir=/etc
make && make install
Everything was just fine until now.
Anyone could help me?
I see something like this:
[root@openone doc]# modprobe sockmi
/lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: /lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: unresolved symbol ip_ct_selective_cleanup_Rsmp_37fa06eb
/lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: /lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: unresolved symbol free_task_struct
/lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: /lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: unresolved symbol ip_nat_helper_register_Rsmp_10944538
/lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: /lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: unresolved symbol ip_conntrack_destroyed_Rsmp_35dd3854
/lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: /lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: unresolved symbol ip_nat_helper_unregister_Rsmp_3f56f029
/lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: insmod /lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o failed
/lib/modules/2.4.22-1.2199.nptl_ssi_9smp/kernel/Lost/sockmi.o: insmod sockmi failed
Thanks for any help
R
I switched to 2.6.10 and now it's working.
R
Just found this old post, sorry for *LATE* answer...
First, your problem seemed related to some module configuration inconsistencies related with netfilter symbols.
For example, if insmod can't find the following symbol:
ip_nat_helper_unregister_Rsmp_3f56f029
It could be due to a mismatch between your running kernel version and sources you used to compile sockmi (eg. smp vs. non-smp configuration).
(check your path in /usr/src and /lib/modules then try depmod).
Anyway you tried sockmi on a patched version of 2.4 kernel, whereas we support only "vanilla" kernels (with could develop patches on request).
I'm glad that all worked fine on 2.6.
Best Regard,
Paolo