【问题标题】:ns2 validate overall report: some tests failedns2 验证整体报告:一些测试失败
【发布时间】:2023-04-01 03:55:01
【问题描述】:

我已经在我的 ubuntu 12.10 上安装了我的 ns-2.35

我得到的安装成功信息如下:

Ns-allinone package has been installed successfully.
Here are the installation places:
tcl8.5.10:  /opt/ns2/ns-allinone-2.35/{bin,include,lib}
tk8.5.10:       /opt/ns2/ns-allinone-2.35/{bin,include,lib}
otcl:       /opt/ns2/ns-allinone-2.35/otcl-1.14
tclcl:      /opt/ns2/ns-allinone-2.35/tclcl-1.20
ns:     /opt/ns2/ns-allinone-2.35/ns-2.35/ns
nam:    /opt/ns2/ns-allinone-2.35/nam-1.15/nam
xgraph: /opt/ns2/ns-allinone-2.35/xgraph-12.2
gt-itm:   /opt/ns2/ns-allinone-2.35/itm, edriver, sgb2alt, sgb2ns, sgb2comns, sgb2hierns
.
.
.

但是当我执行以下命令时

sudo ./validate

有错误信息:

validate overall report: some tests failed:
 ./test-all-newreno ./test-all-tcpOptions ./test-all-tcpVariants ./test-all-aimd 
 ./test-all-frto ./test-all-quickstart ./test-all-manual-routing ./test-all-links
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME

然后我重新安装了我的 ns2 并再次执行该命令

它显示了更多失败的测试:

validate overall report: some tests failed:
 ./test-all-newreno ./test-all-tcpOptions ./test-all-tcpVariants ./test-all-aimd 
 ./test-all-greis ./test-all-frto ./test-all-quickstart ./test-all-manual-routing 
 ./test-all-cbq ./test-all-intserv ./test-all-diffserv ./test-all-links 
 ./test-all-mpls ./test-all-satellite ./test-all-wpan ./test-all-srm ./test-all-plm
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME

谁能给我一个建议?我该如何解决这个问题?提前致谢。

【问题讨论】:

    标签: ns2


    【解决方案1】:

    解决方案:缺少一些软件包。键入以下命令进行安装。

    sudo apt-get install libx11-dev xorg-dev libxmu-dev libperl4-corelibs-perl
    

    【讨论】:

      【解决方案2】:

      试试这个: http://simlz.blogspot.com/2014/12/install-ns2-use-ns-allinone-235-package.html

      或者您可以访问NS2 Troubleshooting 了解有关问题的更多详细信息

      【讨论】:

        猜你喜欢
        • 2018-04-05
        • 1970-01-01
        • 1970-01-01
        • 2020-12-12
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2015-06-24
        • 1970-01-01
        相关资源
        最近更新 更多