# chhrootkit 설치오류
# 오류
[root@www chkrootkit-0.52]# make sense
cc -static -o strings-static strings.c
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make: *** [strings-static] Error 1
# 해결방법
yum install glibc-static
# chhrootkit 설치오류
# 오류
[root@www chkrootkit-0.52]# make sense
cc -static -o strings-static strings.c
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make: *** [strings-static] Error 1
# 해결방법
yum install glibc-static