staticx icon indicating copy to clipboard operation
staticx copied to clipboard

Executable doesn't run when setgid bit is set

Open kadaan opened this issue 5 years ago • 0 comments

When the setgid bit is set on the staticx created binary, then running the binary results in: ImportError: libffi-806b1a9d.so.6.0.4: cannot open shared object file: No such file or directory. Removing the setgid bit allows the binary to run.

kadaan avatar Nov 23 '20 18:11 kadaan