Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Failed to open on Linux Mint 20

A topic by fhaulis created Dec 30, 2023 Views: 102 Replies: 4
Viewing posts 1 to 3
./edddy: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.15' not found (required by ./edddy)
./edddy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./edddy)
./edddy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./edddy)
./edddy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./edddy)

I tried installing libc6 and qt5 from apt, but the versions still mismatch. Recommend shipping the editor with the required libraries.

Developer

Your suggestion sounds a little drastic. Have you tried compiling? The issue doesn't seem common.

Feel free to come aboard the Colourship to chat.

(+1)

I'll give compiling a try. Mm.. yes, I have been meaning to join matrix..

Developer

Great, see you there!

Someday someone will make an AppImage. Maybe you could help bring it about.

Developer (1 edit)

Compiling on a less up-to-date Mint machine brought up an error that has been fixed in the master branch using a Qt version check.