chesteve / mn-ccnx

mn-ccnx
Other
32 stars 22 forks source link

sudo: miniccnx: command not found #21

Open CCNx opened 7 years ago

CCNx commented 7 years ago

hello, I need your help, i have just installed miniccnx on my VM ( ubuntu 16.04 LTS): sudo apt-get install git git clone git://github.com/chesteve/mn-ccnx sudo ./mn-ccnx/util/install.sh -fnv

no problem at this level but when i tried to run sudo miniccnx or sudo miniccnx miniccnx.conf with miniccnx.conf a file with an example: [nodes] h1: app1 ccnx:/,s1 h2: cpu=0.1 s1: ccnx:/test,h2 [links] h1:s1 bw=100 h2:s1 bw=100 loss=1 delay=10ms

but i got sudo: miniccnx: command not found even if i have already the mn-ccnx reperatory.

My respects.

gaoyanyu commented 6 years ago

Hello, I have just installed miniccnx on my VM ( ubuntu 15.10 LTS): And I meet the similar problem: "No script named 'miniccnx'",after I execute "sudo miniccnx“ did you meet it before? thanks