Installed library is not found. What to do?
by dedec0 from LinuxQuestions.org on (#551WN)
Hello,
a program fails when it tries to load a library, giving this error, when executed from the terminal:
Code: error while loading shared libraries: libXt.so.6: cannot
open shared object file: No such file or directoryBut i have this library, and this file:
Code:$ ls /usr/lib/x86_64-linux-gnu/libXt.*
660K /usr/lib/x86_64-linux-gnu/libXt.a
0 /usr/lib/x86_64-linux-gnu/libXt.so.6
0 /usr/lib/x86_64-linux-gnu/libXt.so
416K /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0What can i do to make it work?


a program fails when it tries to load a library, giving this error, when executed from the terminal:
Code: error while loading shared libraries: libXt.so.6: cannot
open shared object file: No such file or directoryBut i have this library, and this file:
Code:$ ls /usr/lib/x86_64-linux-gnu/libXt.*
660K /usr/lib/x86_64-linux-gnu/libXt.a
0 /usr/lib/x86_64-linux-gnu/libXt.so.6
0 /usr/lib/x86_64-linux-gnu/libXt.so
416K /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0What can i do to make it work?