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

Use GLIBC 2.34 #26

Open
TheEvilSkeleton opened this issue Sep 20, 2021 · 1 comment
Open

Use GLIBC 2.34 #26

TheEvilSkeleton opened this issue Sep 20, 2021 · 1 comment

Comments

@TheEvilSkeleton
Copy link

TheEvilSkeleton commented Sep 20, 2021

Hi, I use a Toolbox container (Docker for development environments) because I prefer using containers in general. However, in the newer versions of Toolbox, it's asking for a recent version of GLIBC. I'd like GLIB to get updated so I can run Jekyll inside a Toolbox container,

Here's the error:

❯ podman start --attach jekyll-toolbox 
toolbox: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by toolbox)

Related to containers/toolbox#821.

@plus-
Copy link

plus- commented Apr 11, 2022

The same problem exists for the Nokogiri gem running in the arm64 image natively:

/lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/bundle/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/3.0/nokogiri.so) - /usr/local/bundle/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/3.0/nokogiri.so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants