Re: [Mtrace-users] Install MTRACE (Multicast Routing) on Linux
Status: Inactive
Brought to you by:
fenner
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. |