-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
How to handle multiple glibc versions? #135
Comments
try |
glibc-static package need to be installed on a Fedora base OS. |
Well , we have the same problem :
We should find a way to maximize portability across generation of distribution |
PS: should work for you too, @freechelmi. |
I'm compiling the bash script in a machine, I want to use it different OS, but not all the OS has the same glibc version so the binary will fail with a message :
I'm compiling the shell script with the command -
shc -U -r -f myscript.sh -o myscript
How to make my script to compatible with multiple OS?
The text was updated successfully, but these errors were encountered: