LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Tracegraph (https://www.linuxquestions.org/questions/linux-newbie-8/tracegraph-4175447000/)

binteasim 01-24-2013 03:05 AM

Tracegraph
 
I am trying to install tracegraph in ubuntu 12.04 64 bit with the help of "mglinstaller" , when I launch tracegraph I get the following error:

Code:

error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
Although I have libxp6 which is probably required for the installion.

knudfl 01-24-2013 03:14 AM

$ apt-file search libXp.so.6

$ sudo apt-get install libxp6

The package provides (32bits) : /usr/lib/i386-linux-gnu/libXp.so.6
Or 64bits : /usr/lib/x86_64-linux-gnu/libXp.so.6

binteasim 01-24-2013 05:09 AM

Tracegraph
 
But Sir it says the following

Code:

libxp6 is already the newest version.

knudfl 01-24-2013 07:04 AM

Tracegraph is an ancient tool.
And may look for libraries in old paths only.
Not the new hideaway locations used in Ubuntu 12.04.

Suggest :
cd /usr/lib/
sudo ln -s <arch>-linux-gnu/libXp.so.6.2.0 libXp.so.6

binteasim 01-24-2013 10:41 AM

Tracegraph
 
Sir
can you tell me where can I find this libxp6 file if it is installed, I've searched for it in usr/lib and usr/local/lib but i could not find it.

knudfl 01-24-2013 02:17 PM

# 5 .

You can run $ dpkg -L libxp6 <Enter>
.. to see the file list.


-


All times are GMT -5. The time now is 06:28 PM.