Installing Cutter on Redhat

风格不统一 提交于 2019-12-08 08:03:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!