Click to See Complete Forum and Search --> : chkrootkit install problems


tonymontanna
03-26-2004, 04:30 PM
Having problems installing chkrootkit. Here is my output.

[root@localhost chkrootkit-0.43]# make sense
gcc -DHAVE_LASTLOG_H -o chklastlog chklastlog.c
make: gcc: Command not found
make: *** [chklastlog] Error 127
[root@localhost chkrootkit-0.43]#


Here is part of the Readme file:


5. Installation
---------------

To compile the C programs type:

# make sense

After that it is ready to use and you can simply type:

# ./chkrootkit



Umm?

:rolleyes:

serz
03-26-2004, 05:02 PM
Install gcc. You don't have a C compiler so it can't compile it.

tonymontanna
03-26-2004, 05:33 PM
Thanks. All is well. Thank god for apt-get!

:D