We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Linux binary provided for headroom v0.4.3.0 appears to be dynamically linked:
headroom: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory
.../headroom: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=8503a9aa3d11b083612d6a8d1391b7f231620d93, stripped
It would be nice if the binary was statically linked instead, so it would be independent of the libraries installed by the operating system.
The text was updated successfully, but these errors were encountered:
Agree, definitely a good idea! I'll try to figure out how to do that and change the CI script that produces the release binaries.
Sorry, something went wrong.
vaclavsvejcar
No branches or pull requests
The Linux binary provided for headroom v0.4.3.0 appears to be dynamically linked:
It would be nice if the binary was statically linked instead, so it would be independent of the libraries installed by the operating system.
The text was updated successfully, but these errors were encountered: