1:centos6.5 installation Chkrootkit
wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz
Tar xvf chkrootkit.tar.gz
CD chkrootkit-0.51/
Make sense error is as follows:
/usr/bin/ld:cannot FIND-LC
Collect2:ld returned 1 exit status
Make: * * * [strings-static] Error 1
2: Solution:
Yum-y Install Glibc-static
Reference:
http://www.cyberciti.biz/faq/centos-rhel-redhat-usrbinld-cannot-findlc-error/
3: Continue
Make sense
Cd..
Cp-r Chkrootkit-0.51/usr/local/chkrootkit
RM-RF chkrootkit*
#获得帮助
/usr/local/chkrootkit/chkrootkit-h
#直接进行系统检测
/usr/local/chkrootkit/chkrootkit
#如果发现infected命令, the safest and most effective way is to back up the data and reinstall the system!!!
This article is from the "Breeze" blog, be sure to keep this source http://358778493.blog.51cto.com/11386071/1869857
Chkrootkit Compile error resolution/usr/bin/ld:cannot FIND-LC