Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

app won't run linux mint. (LINUX-MINT)

A topic by MilktheWood created 71 days ago Views: 39 Replies: 1
Viewing posts 1 to 2

dire@Dire-mint-os:~/Downloads/yoink-1.4.2-linux$ ./yoink

./yoink: error while loading shared libraries: libomp.so: cannot open shared object file: No such file or directory

dire@Dire-mint-os:~/Downloads/yoink-1.4.2-linux$ 

Developer

Hi, thanks for buying Yoink!

It looks like your system is missing the OpenMP runtime library.

You can install it by running the following commands:

sudo apt update 
sudo apt install libomp-dev

Let me know if you run into any other issues.