extension-steam icon indicating copy to clipboard operation
extension-steam copied to clipboard

Building on Linux Mint

Open Qwarr opened this issue 1 year ago • 4 comments
trafficstars

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.

Qwarr avatar Jan 30 '24 23:01 Qwarr

This is when building and running from the editor? Or when running a bundled version of the project?

britzl avatar Jan 31 '24 14:01 britzl

Building from the editor.

Qwarr avatar Feb 01 '24 06:02 Qwarr

Ok, so this is basically the same issue as https://github.com/defold/extension-steam/issues/8

britzl avatar Feb 01 '24 07:02 britzl

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.

drmargarido avatar Jun 16 '24 11:06 drmargarido

Depends on https://github.com/defold/defold/issues/3334

britzl avatar Jan 06 '25 14:01 britzl

Closing as https://github.com/defold/defold/issues/3334 has been resolved.

britzl avatar Mar 09 '25 06:03 britzl