readthefuckingmanual.net

[SOLVED] /opt/mplayer-bin/bin/mplayer-bin: error while loading shared libraries: libnvidia-tls.so.1: cannot open shared object file: No such file or directory

Error added: 2006-01-27T20:35:51Z

0 people waiting for the answer...

2 answers found.

Answer 63 (0.0% helpful)

yourhost ~ # ln -s /emul/linux/x86/usr/lib/opengl/nvidia/tls/libnvidia-tls.so.1 /usr/lib/libnvidia-tls.so.1
Permalink

Answer 204 (0.0% helpful)

#You have to put in the brackets the name of the library
#The first command tells you were is looking for the libraries (more or less)
#The second one creates a symbolic link to the library in the second directory
#the last one regenerates the list of dinamic libraries


ldd /opt/mplayer-bin/bin/mplayer-bin
ln -s /usr/lib32/opengl/nvidia/lib/[...].so.1 /emul/linux/x86/usr/lib/
ldconfig
Permalink

Add an answer/solution

If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people struggling with this too.


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here: