[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Raq3 & Chkrootkit 0.36 (OT)
- Subject: Re: [cobalt-users] Raq3 & Chkrootkit 0.36 (OT)
- From: "Edward R. Milstein" <eddie@xxxxxxxxxxx>
- Date: Sun Jul 28 09:57:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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-