Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Linux Release Does Not Include Libraries

A topic by Reverie Requiem created 6 days ago Views: 24 Replies: 2
Viewing posts 1 to 3
(1 edit)

Launching the game produces the following error: `./DeepSpaceOutpost: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory`

I also cannot find this dependency in the files. Running Arch.

Developer

If i recall, i might have the libraries in the wrong location in the zip, if you keep the folder structure as is.  Try moving the libraries to the assets folder.  I'll see if i can find the message where someone pointed this out. I've obviously forgotten to alter the linux zip here on itch. I've copied my default structure that works on steam.

Nick

Developer(+1)

Found the comment:-

"The linux package is currently broken, but easily fixable.  There's several files in the zip with a prefix of "assets\", creating an assets subdirectory and moving those files into it and deleting the prefix allows the game to launch fine. I think this is just a typo from making the package on windows, as it uses \ for its directories while Unix uses /."

Looks like i'm still making the same mistake with current Linux zip.  I'll see if i can correct that for future uploads, but at least you should be able to get things working with this info.

Nick