Hi Alex,<br />
<br />
I have installed NS-3 with ndnSIM in a standard location and I have relogin again, but it doesn't work.<br />
<br />
The error still exists when I run './waf --run=car-relay --vis'.<br />
And when I run './run.py -s figure-3-data-propagation-vs-time', the screen displays as following:<br />
<br />
./build/car-relay: error while loading shared libraries: libns3-dev-network-optimized.so: cannot open shared object file: No such file or directory<br />
./build/car-relay --run=10 --distance=170 --fixedDistance=10000<br />
./build/car-relay: error while loading shared libraries: libns3-dev-network-optimized.so: cannot open shared object file: No such file or directory<br />
Traceback (most recent call last):<br />
  File "./run.py", line 131, in <module><br />
    fig3.run ()<br />
  File "./run.py", line 74, in run<br />
    self.postprocess ()<br />
  File "./run.py", line 110, in postprocess<br />
    f_in = open ("%s-%d-%d-%s.txt" % (prefix_in, run, distance, subtype), "r")<br />
IOError: [Errno 2] No such file or directory: 'results/car-relay-1-10-jump-distance.txt'<br />
<br />
Could you tell me how to solve the problem?<br />
<br />
Regards,<br />
Fei Ren