红联Linux门户
Linux帮助

ubuntu12下安装ns3.24.1,安装成功但是没办法运行程序的解决办法

发布时间:2015-12-04 10:01:18来源:linux网站作者:WASEFADG

# ./test.py
Waf: Entering directory `/home/cys/ns-allinone-3.24.1/ns-3.24.1/build'
Waf: Leaving directory `/home/cys/ns-allinone-3.24.1/ns-3.24.1/build'
'build' finished successfully (7.101s)

Modules built:
antenna aodv applications
bridge buildings config-store
core csma csma-layout
dsdv dsr emu
energy flow-monitor internet
lte mesh mobility
mpi netanim (no Python) network
nix-vector-routing olsr point-to-point
point-to-point-layout propagation spectrum
stats tap-bridge test (no Python)
tools topology-read uan
virtual-net-device wifi wimax

Modules not built:
click openflow visualizer

0 of 0 tests passed (0 passed, 0 skipped, 0 failed, 0 crashed, 0 valgrind errors)

*** Note: ns-3 tests are currently disabled. Enable them by adding
*** "--enable-tests" to ./waf configure or modifying your .ns3rc file.

*** Note: ns-3 examples are currently disabled. Enable them by adding

*** "--enable-examples" to ./waf configure or modifying your .ns3rc file.


解决办法:

cd /home/cys/ns-allinone-3.24.1/ns-3.24.1/ && ./waf configure --enable-examples --enable-tests && ./waf

然后还要好久。


Ubuntu 15.10安装ns2.35+nam:http://www.linuxdiyf.com/linux/16007.html

RedHat Linux下ns2的安装注意事项:http://www.linuxdiyf.com/linux/11570.html

Fedora 13下NS2.34安装指南:http://www.linuxdiyf.com/linux/4405.html

Ubuntu 11.10下安装NS2.35:http://www.linuxdiyf.com/linux/4399.html

在Ubuntu 11.04中安装ns-2.33出现的错误及其解决方法:http://www.linuxdiyf.com/linux/6949.html