Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Getting this when I try to run it: ./glob: cannot execute: required file not found

I’m on Debian stable; x86_64.

(2 edits) (+1)

Hey! Sorry about that. As someone pointed out earlier the linker path is set to the default path on Guix system. This is my fault for not checking the linker paths properly. You can fix it with patchelf running patchelf --set-interpreter /lib64/ld-linux-x86-64.so.2 glob

(+1)

Bingo this did the trick! Thanks <3 Real cool visuals

Thanks for the kind words! Glad it worked for you! :)