Re: [Mtrace-users] Install MTRACE (Multicast Routing) on Linux
Status: Inactive
Brought to you by:
fenner
From: Simon L. <si...@li...> - 2007-04-11 13:02:01
|
Carey, Michael writes: > [...] Can anyone tell me what is wrong here: > [root@localhost local]# cd /usr/bin/mtrace > [root@localhost mtrace]# ls > mtrace mtrace.8 README.mtrace > [root@localhost mtrace]# mtrace > bash: mtrace: command not found You installed the mtrace binary as /usr/bin/mtrace/mtrace, but you don't have /usr/bin/mtrace in your $PATH. Try installing the mtrace binary as /usr/bin/mtrace, or /usr/local/bin/mtrace. -- Simon. |