Sunday 8 February 2015

Installing Tracegraph in Linux Mint 17.1 ( 64-bit machine )

This post will tell you how to install Tracegraph in Linux Mint 17.1 64-bit operating system.

Note : Installing Tracegraph in a 32-bit machine will not give you any errors but if you try to install Tracegraph in a 64-bit machine, you will get errors. This is because of 32-bit libraries dependencies for Tracegraph.

Step 1 : Download tracegraph.tar.gz file

Step 2 : Copy the downloaded file from the Download folder to your home directory /home/nabin folder ( in my case )

Step 3 : Untar tracegraph.tar.gz using the command below

tar zxvf tracegraph.tar.gz

Step 4 : Go inside tracegraph202 using the command cd tracegraph202

Step 5 : Now run tracegraph by entering the command ./trgraph

If you get an error, you neet to install 32-bit libraries

Step 6 : Install 32-bit libraries using the following command

sudo apt-get install ia32-libs

Step 7 : After the installation is over, repeat step 5, if you still get error you need to install the folliwing libraries

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

Step 8 : You need to set the path for tracegraph. As I am using Linux Mint, I have to set my path in .profile file. Copy the path and paste it and save your file.

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/nabin/tracegraph202/bin/glnx86

Step 9 : Now when you run ./trgraph, your tracegraph window should pop out


You can see the video below for complete installation of Tracegraph in Linux Mint 17.1 ( 64-bit machine )


Share your experience with us, Any queries please comment below

1 comment:

  1. I am still getting error as
    bash: ./trgraph: No such file or directory.
    What to do? Can you help?

    ReplyDelete