Friday 21 November 2014

How to Install Tracegraph in Ubuntu 13.10 

Installing Tracegraph in Linux is always a challenge and that too in a 64 BIT operating System. This post will help the readers in installing the tracegraph comfortably in Ubuntu 13.10

Ubuntu 13.10 is revamped with great features and also there are some limitations while installing 32 bit softwares in 64 bit OS.

So here are the steps in Installing Tracegraph in Ubuntu 13.10

Step1:- Download the Tracegraph.tar.gz file and copy it to the /home/username folder
Step2:- Enter the following commands one by one
Step3:- Untar it by entering the command, "tar xvzf tracegraph.tar.gz" 

Step4:- cd tracegraph202 

Step5:- ./trgraph  (if this command gives you ./trgraph command not found, the follow the next step) 

Step6:- sudo apt-get install  lib32z1 lib32ncurses5 lib32bz2-1.0 libxi6 libxtst6 libxrender1 libxtst6:i386 libXp6:i386 libXt6:i386 

Step7:- The above command will fetch various libraries from the internet sources and downloaded and then try ./trgraph (you can see three windows popping out)

Important Note:
Don't forget to set the LD_LIBRARY_PATH for the shared object libraries as given below
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/username/tracegraph202/bin/glnx86/

If the path for NS2 is already set, the append this line to the existing LD_LIBRARY_PATH variable as given below
export LD_LIBRARY_PATH=/first/path:/second/path:/home/username/tracegraph202/bin/glnx86/

No comments:

Post a Comment