Skip to content
New issue

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

Provide static binary #90

Open
fdcds opened this issue Apr 28, 2022 · 1 comment
Open

Provide static binary #90

fdcds opened this issue Apr 28, 2022 · 1 comment
Assignees
Milestone

Comments

@fdcds
Copy link

fdcds commented Apr 28, 2022

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.

@vaclavsvejcar
Copy link
Owner

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.

@vaclavsvejcar vaclavsvejcar self-assigned this May 2, 2022
@vaclavsvejcar vaclavsvejcar added this to the v0.4.4.0 milestone May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants