-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
Hello,
I need to run a pre-compiled binary of boxes (latest version) on many different linux distributions and would need to have a compilation option (e.g. make -static) to generate a static binary that is the most portable one (would run across the largest number of Linux flavors and releases).
For instance,
boxes compiled on CentOS 7 does not run on Redhat Enterprise Linux 7 (without subscription - dvd only packages) because of libunistring/libpcre2 version mismatch.
Also,
boxes cannot be compiled on Redhat Enterprise Linux 7 because of the lack of libunistring/libpcre2 development packages.
So,
is there a way to get a static binary of boxes that would run "hopefully" anywhere?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels