Skybox3D

Skybox3D

Not enough ratings
How to use Skybox3D on linux / missing libdl.so fix [EASY]
By bb
If you've tried to use this app on any linux distros you've probably ran into "ERROR 0" The error is caused by a missing DLL, but in reality it's just named differently on GNU/Linux
   
Award
Favorite
Favorited
Unfavorite
Here's the fix
If you're using a Debain based distro you can find it in "/lib/x86_64-linux-gnu/libdl.so 2"
If you're not on a Debian system, you will not find libdl.so in the same location. Your directory will be different.


This command creates a link to point the app to the right DLL. Remember to turn off any compatibility layers you might've turned on during your initial troubleshooting process.
sudo ln -s /lib/x86_64-linux-gnu//libdl.so.2 /lib/x86_64-linux-gnu/libdl.so
2 Comments
Bombardier Talent 4 Sep, 2022 @ 1:08am 
well i'm on fedora and it's not there
railleryryan 11 Jul, 2022 @ 7:50am 
I am not able to run skybox3d in macos?