Re: chkrootkit error on install
From: Kenneth A Kauffman (kkauffman@nospam.headfog.com)
Date: 04/02/03
- Next message: davide@yahoo.com: "Re: chkrootkit error on install"
- Previous message: LHradowy: "Re: chkrootkit error on install"
- In reply to: LHradowy: "Re: chkrootkit error on install"
- Next in thread: davide@yahoo.com: "Re: chkrootkit error on install"
- Reply: davide@yahoo.com: "Re: chkrootkit error on install"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Kenneth A Kauffman" <kkauffman@nospam.headfog.com> Date: Wed, 02 Apr 2003 19:02:03 GMT
"LHradowy" <laura.hradowy@NOSPAM.mts.ca> wrote in message
news:smGia.12338$_g3.37499@news1.mts.net...
>
> <davide@yahoo.com> wrote in message
> news:b6f8sj$4plca$1@ID-18487.news.dfncis.de...
> > In comp.os.linux.misc LHradowy <laura.hradowy@nospam.mts.ca> wrote:
> > > make: gcc: Command not found
> >
> > It can't found your compiler. Check if the compiler is installed
> > and the PATH is correct.
> >
> > Davide
>
> Thank you, how do I do that, how do I check if the compiler is
installed...
> and in the path?
>
>
which gcc
should result in not found
to locate it:
du -a /usr | grep bin | grep gcc
to add it to path, edit your .profile to include
export PATH=/path/to/gcc:$PATH
if not installed, install it. :)
ken k
- Next message: davide@yahoo.com: "Re: chkrootkit error on install"
- Previous message: LHradowy: "Re: chkrootkit error on install"
- In reply to: LHradowy: "Re: chkrootkit error on install"
- Next in thread: davide@yahoo.com: "Re: chkrootkit error on install"
- Reply: davide@yahoo.com: "Re: chkrootkit error on install"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|