mtrace-users Mailing List for Multicast Traceroute
Status: Inactive
Brought to you by:
fenner
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Carey, M. <Mic...@tn...> - 2007-04-11 13:03:38
|
Thank you - that fixed it. Mike Carey Information Technology Services The Pennsylvania State University mic...@ps..., 814-863-7712 -----Original Message----- From: Simon Leinen [mailto:si...@li...] Sent: Wednesday, April 11, 2007 9:02 AM To: Carey, Michael Cc: 'mtr...@li...' Subject: Re: [Mtrace-users] Install MTRACE (Multicast Routing) on Linux 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. |
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. |
From: Carey, M. <Mic...@tn...> - 2007-04-11 12:37:58
|
I'm fairly new to Linux and having issues install mtrace properly on a linux machine. I'm trying to install it to use MHEALTH. 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 Mike |