[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Raq3 & Chkrootkit 0.36 (OT)



> Checking `ldsopreload'... can't exec ./strings-static, not tested
> Checking `lkm'... not tested: can't exec ./chkproc
> Checking `sniffer'... not tested: can't exec ./ifpromisc
> Checking `wted'... not tested: can't exec ./chkwtmp
> Checking `z2'... not tested: can't exec ./chklastlog

Isn't this just a problem of PATH???  Meaning you must doing the following..

(cd /path/to/chkrootkit ; ./chkrootkit )

The commands can not be executed because the wrapper program is looking for 
the programs in ./ or current directory...  If you are not in the right 
directory it will not find the programs..

Hope this helps,

-ed-