当我安装ntop,./autogen.sh&make done,但在“make install”给这个错误:
ln: `icmpPlugin.so': File exists make[2]: *** [icmpPlugin.so] Error 1 make[2]: Leaving directory `/root/ntop/compiles/ntop-3.3/plugins' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/root/ntop/compiles/ntop-3.3/plugins' make: *** [install-recursive] Error 1
? 请原谅我英语不好
你正在编译包作为根?
我build议不要这样做。
如果ln表示目标文件存在,为什么不重命名/移动它,然后再试一次?