extension-steam
extension-steam copied to clipboard
Building on Linux Mint
build/x86_64-linux/dmengine: error while loading shared libraries: libsdkencryptedappticket.so: cannot open shared object file: No such file or directory
Seems the previous steamworks extension has this issue in the past as well.
This is when building and running from the editor? Or when running a bundled version of the project?
Building from the editor.
Ok, so this is basically the same issue as https://github.com/defold/extension-steam/issues/8
I was hitting the same issue with ElementaryOS. Fixed it by copying the steam/lib/x86_64-linux shared libraries to /usr/local/lib and then running the ldconfig command.
Depends on https://github.com/defold/defold/issues/3334
Closing as https://github.com/defold/defold/issues/3334 has been resolved.