- Posts: 5
- Thank you received: 0
qtVlm fails to launch with missing shared libraries error
- Marc S
- Topic Author
- Offline
- New Member
-
Less
More
1 week 4 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: 308
- Thank you received: 2
6 days 15 hours 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.
- Marc S
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
4 days 10 hours ago #3429
by Marc S
Replied by Marc S on topic qtVlm fails to launch with missing shared libraries error
Thank you for your response. I should have mentioned in my original post that the error happens on a Chromebook.
Running the suggested search returns no matches. The nearest thing is the directory drwxr-xr-x 1 root root 61908 Dec 25 12:46 x86_64-linux-gnu which does not include any similarly-named libraries. It makes me wonder how I'm able to run qtVlm ever. Is this a dependency only for newer versions of the software?
Running the suggested search returns no matches. The nearest thing is the directory drwxr-xr-x 1 root root 61908 Dec 25 12:46 x86_64-linux-gnu which does not include any similarly-named libraries. It makes me wonder how I'm able to run qtVlm ever. Is this a dependency only for newer versions of the software?
Please Log in or Create an account to join the conversation.
- Marc S
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
3 days 4 hours ago #3431
by Marc S
Replied by Marc S on topic qtVlm fails to launch with missing shared libraries error
Those libraries are not present on the Chromebook I'm using. I made a more complete reply yesterday with details, but it's not showing up.
Please Log in or Create an account to join the conversation.
- oxygen77
- Offline
- Administrator
-
Less
More
- Posts: 308
- Thank you received: 2
1 day 12 hours ago #3432
by oxygen77
Replied by oxygen77 on topic qtVlm fails to launch with missing shared libraries error
We are not familiar with chromebooks deployment. Usually this library can be installed using the package manager.
We are also looking to ways to remove this dependency and I'm not sure if it will possible and we will do it.
We are also looking to ways to remove this dependency and I'm not sure if it will possible and we will do it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.121 seconds

