Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

linux libc error upon execution

A topic by snagglefruit created Nov 13, 2023 Views: 93 Replies: 2
Viewing posts 1 to 3

running ubuntu 18 LTS getting this error when i try to run the program from the terminal.

./PixelOver.x86_64: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./PixelOver.x86_64)

./PixelOver.x86_64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by ./PixelOver.x86_64)

I checked and in the is folder i have libc-2.27.so    maybe I need a newer version? but when i try to upgrade this lib  im apparently up to date

gpu is rtx2080ti

Hello, yes you need at least Ubuntu 20 because the newer version of this library isn't "officially" supported on Ubuntu 18. You could try to install it manually but you could have another issues so I don't recommend it

dangg ok. thanks!