View Single Post
Posts: 3 | Thanked: 1 time | Joined on May 2016
#5
Thank you.
I have extracted the files, but now I get the following error:
Code:
error while loading shared libraries: libtk8.6.so: cannot open shared object file: No such file or directory
I've googled that message. So, I added
Code:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
to .bashrc but that solution did not work.

Is there something else I can do?