问题
I am trying to install the cutter. I got the source code from there site and compiled it. when I run the cutter I get an error.
openning /proc/net/ip_conntrack: No such file or directory
I tried to run the command sudo modprobe ip_conntrack
but still i get the same error.
Please, Help!!
Thanks.
回答1:
Which redhut version you are using ??
The modules isn't called ip_conntrack but nf_conntrack_ipv4.
Try sudo modprobe nf_conntrack_ipv4
and then install cutter
来源:https://stackoverflow.com/questions/11581814/installing-cutter-on-redhat