Unable to get latest version of proton steam-runtime to work on ClearLinux

Issue Link : github

  • Does Cl perhaps have an unusual library search path or glibc configuration?
  • Does ldconfig normally produce a different file?

this simply is not the targeted use case of CL.
and I never see this error.

It seems to work fine in proton 4xx but just breaks in 5xx when they shifted it(steam-runtime) to container

cd /path/to/SteamLinuxRuntime_soldier
mkdir -p soldier/files/var/cache/ldconfig/
ln -s /etc/ld.so.cache soldier/files/var/cache/ldconfig/ld.so.cache

It works now, there were few other things but overall this seemed to me one of key points.

1 Like