Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sockets/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sockets 找不到Tipc模块_Sockets_Tipc - Fatal编程技术网

Sockets 找不到Tipc模块

Sockets 找不到Tipc模块,sockets,tipc,Sockets,Tipc,我打算在我的ubuntu机器上执行TIPC程序。我已经下载了tipcutils2.0.2 并执行了所有make文件,但当我尝试运行命令时 tipc-config netid="" ,,,,, 这表明他有以下错误 ~/tipcutils-2.0.2/tipc-config$ ./tipc-config -netid=1234 -a=1.1.8 -be=eth:eth0 TIPC module not installed 我使用了modprobe和apt get ins

我打算在我的ubuntu机器上执行TIPC程序。我已经下载了tipcutils2.0.2 并执行了所有make文件,但当我尝试运行命令时

    tipc-config netid="" ,,,,,
这表明他有以下错误

    ~/tipcutils-2.0.2/tipc-config$ ./tipc-config -netid=1234 -a=1.1.8 -be=eth:eth0
     TIPC module not installed

我使用了modprobe和apt get install命令,但无法安装tipc模块。请建议如何安装此模块……

此问题的解决方案是linux命令“modprobe”。它的使用方式如下:

    modprobe tipc 
安装了tipc模块。
我用过了,我的问题解决了

谢谢。我的TIPC套接字创建失败。modprobe也为我工作。