- Posts: 3
- Thank you received: 0
qtVlm fails to launch with missing shared libraries error
- Marc S
- Topic Author
- Offline
- New Member
-
Less
More
4 days 14 hours ago #3426
by Marc S
qtVlm fails to launch with missing shared libraries error was created by Marc S
I periodically get this error when trying to launch qtVlm on Linux: error while loading shared libraries: libx86emu.so.2: cannot open shared object file: No such file or directory
It doesn't happen always. For a while I thought by launching after a reboot and before launching any other apps I could avoid the problem, but that's not the case. The odd thing is that it only happens intermittently. Any suggestions?
It doesn't happen always. For a while I thought by launching after a reboot and before launching any other apps I could avoid the problem, but that's not the case. The odd thing is that it only happens intermittently. Any suggestions?
Please Log in or Create an account to join the conversation.
- oxygen77
- Offline
- Administrator
-
Less
More
- Posts: 307
- Thank you received: 2
4 days 52 minutes ago #3427
by oxygen77
Replied by oxygen77 on topic qtVlm fails to launch with missing shared libraries error
This error is usual in case of a bad installation / missing libs. What is strange is that it is not hapening each time.
It would help to determine more precisely in which conditions it happens.
Also we could try to understand by looking where are the libs by doing this when qtVlm can be launched and in the case of issues
find /usr/lib /usr/local/lib -name "libx86emu*"
this gives on my side:
/usr/lib/x86_64-linux-gnu/libx86emu.so.2
/usr/lib/x86_64-linux-gnu/libx86emu.so.2.0
I extract the folder containing the lib (/usr/lib/x86_64-linux-gnu/) and do:
ls -l /usr/lib/x86_64-linux-gnu/libx86emu*
which gives me:
lrwxrwxrwx 1 root root 16 août 22 2019 /usr/lib/x86_64-linux-gnu/libx86emu.so.2 -> libx86emu.so.2.0
-rw-r--r-- 1 root root 153696 août 22 2019 /usr/lib/x86_64-linux-gnu/libx86emu.so.2.0
report us the result of find and ls in both cases
It would help to determine more precisely in which conditions it happens.
Also we could try to understand by looking where are the libs by doing this when qtVlm can be launched and in the case of issues
find /usr/lib /usr/local/lib -name "libx86emu*"
this gives on my side:
/usr/lib/x86_64-linux-gnu/libx86emu.so.2
/usr/lib/x86_64-linux-gnu/libx86emu.so.2.0
I extract the folder containing the lib (/usr/lib/x86_64-linux-gnu/) and do:
ls -l /usr/lib/x86_64-linux-gnu/libx86emu*
which gives me:
lrwxrwxrwx 1 root root 16 août 22 2019 /usr/lib/x86_64-linux-gnu/libx86emu.so.2 -> libx86emu.so.2.0
-rw-r--r-- 1 root root 153696 août 22 2019 /usr/lib/x86_64-linux-gnu/libx86emu.so.2.0
report us the result of find and ls in both cases
Please Log in or Create an account to join the conversation.
Time to create page: 0.118 seconds

