Ubuntu 12.04+ns2 2.35
After installing the ns2, I got some problem by validate (./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
Solution: There are some missing packages. Type the following command to install them.
sudo apt-get install libx11-dev xorg-dev libxmu-dev libperl4-corelibs-per
sudo apt-get update
sudo apt-get install build-essential autoconf automake libxmu-dev
After installing the ns2, I got some problem by validate (./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
Solution: There are some missing packages. Type the following command to install them.
sudo apt-get install libx11-dev xorg-dev libxmu-dev libperl4-corelibs-per
sudo apt-get update
sudo apt-get install build-essential autoconf automake libxmu-dev