Currently Online

Latest Posts

Topic: WL 1.2 AppImage error

mxb2001
Avatar
Topic Opener
Joined: 2019-05-20, 17:49
Posts: 257
OS: Linux
Version: 1.2
Ranking
Tribe Member
Location: The land of the thirsty spider
Posted at: 2024-03-30, 16:46

./Widelands-1.2-x86_64.AppImage: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory

Am I missing something maybe? I thought they came with all that they needed.


--
To Boldly Go Where No Man Has Gone Before

Top Quote
Nordfriese
Avatar
Joined: 2017-01-17, 17:07
Posts: 1962
OS: Debian Testing
Version: Latest master
Ranking
One Elder of Players
Location: 0x55555d3a34c0
Posted at: 2024-03-30, 17:06

They come with almost all needed libraries. A few libraries have to be installed on the host though, namely libfuse2 (needed by all AppImages) and libopengl0 (for hardware acceleration).

sudo apt-get install libopengl0
Edited: 2024-03-30, 17:07

Top Quote
mxb2001
Avatar
Topic Opener
Joined: 2019-05-20, 17:49
Posts: 257
OS: Linux
Version: 1.2
Ranking
Tribe Member
Location: The land of the thirsty spider
Posted at: 2024-03-30, 17:27

Nordfriese wrote:

They come with almost all needed libraries. A few libraries have to be installed on the host though, namely libfuse2 (needed by all AppImages) and libopengl0 (for hardware acceleration).

sudo apt-get install libopengl0

Thanks, alas I got another error now: ./Widelands-1.2-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./Widelands-1.2-x86_64.AppImage)

Don't bother with it though. This is starting to remind me of "dependency hell" from RedHat Linux around 2001.

I'll just go back to flatpak which is what I was using before.

Sad. Thought appimage was awesome but now I see it's flawed also. Oh well. Live and learn.


--
To Boldly Go Where No Man Has Gone Before

Top Quote