You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We build our standalone package using Rocky Linux 8, whose Python 3.9 interpreter indeed links to libcrypt.so.1, which is not part of the default install of Rocky Linux 9. The linked PR addresses this by bundling libcrypt.so.1 too.
Environment
Describe the bug
The 1.34.0 RPM ships
libcrypto.so.1.1
but the bundledlibpython3.9.so.1.0
is linked againstlibcrypt.so.1
.Steps to reproduce:
From a minimal EL9 installation, install GGShield RPM. Run
ggshield --version
.Actual result:
Expected result:
In this specific case, the issue can be worked around by installing
libxcrypt-compat
instead of using the bundledlibcrypt
.The text was updated successfully, but these errors were encountered: