Skip to main content

Indie game storeFree gamesFun gamesHorror games
AssetsComics
Bundles
Jobs
TagsGame Engines
(9 edits) (+2)

Hi there, this game looks really interesting and I would love to play it, but I am having some issues. I am on Fedora Linux 31 and the dependencies libssl.so.1.0.0, libcrypto.so.1.0.0 and libcurl-gnutls.so.4 are not found.

Anyone else run into this? Would really love to try this game out :)

EDIT: For anyone having issues with this game on Fedora, I was able to get the game running by doing the following:

You will need the following packages:
* openssl and openssl-devel
* libcurl

You can also install the recommended dependency of xclip, but I don't think it is required.

Once these are installed, you should now only need to link the dependencies to the names that Type Knight is looking for.

WARNING: Linking these libraries may have unintended side-effects. If you notice a particular software or system component not working AFTER linking these libraries, please unlink them and try whatever you were doing again.

ln -s /usr/lib64/libcrypto.so /usr/lib64/libcrypto.so.1.0.0

ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl-gnutls.so.4

ln -s /usr/lib64/libssl.so /usr/lib64/libssl.so.1.0.0

Now run the command ldd ./typeknight inside your installation folder and you should get back all the dependencies required and they should all have set paths.

If some of these paths are not set, please make sure that the commands above were entered in correctly. If you are sure the commands were correct, you may be missing some kind of package or library, in which case the below commands may help you:

whereis <library>

dnf search <somepkg>

dnf provides /path/to/lib.so