Skip to content

Instantly share code, notes, and snippets.

@ctokheim
Created December 22, 2012 07:17
Show Gist options
  • Save ctokheim/4357866 to your computer and use it in GitHub Desktop.
Save ctokheim/4357866 to your computer and use it in GitHub Desktop.
Bash (shell): GNU libc (glibc)
# Old versions of GNU libc can create problems for running binaries on linux.
# In general GNU libc is backward compatible but in no way is
# "forward" compatible. This means when creating binaries for applications,
# like python with pyinstaller, you need to use the oldest version of GNU libc
# as possible. To check the version, use the following command:
ldd --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment