LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing BRITE in Ubuntu 12.04 (i868) (https://www.linuxquestions.org/questions/linux-newbie-8/installing-brite-in-ubuntu-12-04-i868-4175485021/)

mulyead 11-18-2013 11:38 AM

Installing BRITE in Ubuntu 12.04 (i868)
 
Getting following error while installing BRITE (network topology genarator software in Ubuntu 12.04

akshay@ubuntu1204s:~/Downloads/BRITE$ make c++
make[1]: Entering directory `/home/akshay/Downloads/BRITE/C++'
g++ -Wall -c BriteMain.cc -g
In file included from /usr/include/c++/4.6/backward/strstream:52:0,
from Util.h:29,
from Parser.h:28,
from Brite.h:28,
from BriteMain.cc:28:
/usr/include/c++/4.6/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
In file included from Brite.h:29:0,
from BriteMain.cc:28:
Models/Model.h:31:18: fatal error: algo.h: No such file or directory
compilation terminated.
make[1]: *** [BriteMain.o] Error 1
make[1]: Leaving directory `/home/akshay/Downloads/BRITE/C++'
make: *** [c++] Error 2
akshay@ubuntu1204s:~/Downloads/BRITE$ startGUI
startGUI: command not found
akshay@ubuntu1204s:~/Downloads/BRITE$ cd ...
bash: cd: ...: No such file or directory
akshay@ubuntu1204s:~/Downloads/BRITE$ cd ..
akshay@ubuntu1204s:~/Downloads$ java-version
java-version: command not found
akshay@ubuntu1204s:~/Downloads$ cd ..
akshay@ubuntu1204s:~$ java -version
The program 'java' can be found in the following packages:
* default-jre
* gcj-4.6-jre-headless
* openjdk-6-jre-headless
* gcj-4.5-jre-headless
* openjdk-7-jre-headless
Try: sudo apt-get install <selected package>

What might be the problem ???

The documentation and download is from site http://www.cs.bu.edu/brite/

Thanks in advance.....

jamison20000e 11-18-2013 09:39 PM

Hi.

Did you try su or sudo to run?

It's kinda old or at lest no longer supported can you find a newer apps to do the same?

Plus, running 'man java' states:
Code:

java -showversion
and you got some errors to look up... :D as well: "BRITE is no longer supported by its developers, but questions can be asked on the brite-users mailing list. " (I'm learning Ruby and set up an email account just for it the mailing lists are awesome!)

http://en.wikipedia.org/wiki/Internet_topology
http://atoms.scilab.org/toolboxes/NTG/3.0.1
http://www.isi.edu/nsnam/ns/ns-topogen.html
http://www.linuxquestions.org/questi...am-4175482181/
http://www.wireshark.org/


I'd look into running Kali live and see what tools it has?

jamison20000e 11-22-2013 08:39 PM

Another cool tool that I thought of last time here (just came across in package manager) is ns-3 not what your looking for I know but you may find it interesting?
Quote:

ns-3 is a discrete-event network simulator for Internet systems,
targeted primarily for research and educational use.
ns-3 is free software, licensed under the GNU GPLv2 license,
and is publicly available for research, development, and use.
ns-3 is intended as an eventual replacement for the popular
ns-2 simulator. The project acronym “nsnam” derives
historically from the concatenation of ns (network simulator)
and NAM (network animator).
http://www.nsnam.org/


All times are GMT -5. The time now is 04:19 AM.