编译安装chkrootkit出现的问题

Posted 梦轻尘

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译安装chkrootkit出现的问题相关的知识,希望对你有一定的参考价值。

tar xf chkrootkit.tar.gz

cd chkrootkit-*

make sense的时候出现make: *** [strings-static] Error 1,解决办法:yum install glibc-static -y 即可

cd ../

cp -r chkrootkit-* /usr/local/chkrootkit

rm -rf chkrootkit-*

用法:

/usr/local/chkrootkit/chkrootkit 

[[email protected] tools]# /usr/local/chkrootkit/chkrootkit -h
Usage: /usr/local/chkrootkit/chkrootkit [options] [test ...]
Options:
-h show this help and exit  #显示帮助信息
-V show version information and exit #显示版本信息
-l show available tests and exit #显示测试内容
-d debug #debug模式
-q quiet mode #安静模式,只显示有问题的内容
-x expert mode #高级模式,显示所有检测结果
-r dir use dir as the root directory #设置指定的目录为根目录
-p dir1:dir2:dirN path for the external commands used by chkrootkit #指定chkrootkit检测时使用系统命令的目录
-n skip NFS mounted dirs #跳过NFS连接的目录

以上是关于编译安装chkrootkit出现的问题的主要内容,如果未能解决你的问题,请参考以下文章

chkrootkit 编译报错的解决/usr/bin/ld: cannot find -lc

chkrootkit 编译报错的解决/usr/bin/ld: cannot find -lc

Linux下rootkit后门检测工具chkrootkit

python3源码编译安装时make出现问题

在ubuntu上安装了gfortran编译器,出现了大问题哦!!求助啊!!

rpm和yum的使用,程序包编译安装以及编译apache过程中出现的问题