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-4175602766/)

B Dogra 03-29-2017 04:29 AM

tracegraph
 
when i enter at home/user/tracegraph202/bin/glnx86$ ./trgraph


./trgraph: error while loading shared libraries: libmwsgl.so: cannot open shared object file: no such file or directory


how to solve?

TenTenths 03-29-2017 05:11 AM

Nobody here can tell you because you don't give any useful information such as the distro you're using, how/where you installed tracegraph from, etc.

Read This First: How To Ask A Question

knudfl 03-29-2017 06:05 AM

@B Dogra : Welcome to LQ.

The tracegraph start command is
Code:

$ cd tracegraph202/
$ export LD_LIBRARY_PATH=./bin/glnx86 && ./trgraph

See post #29 here http://www.linuxquestions.org/questi...125/page2.html


-


All times are GMT -5. The time now is 03:09 PM.