-
Notifications
You must be signed in to change notification settings - Fork 133
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
`GLIBC_2.33' not found .required by ***/libfakechroot-Debian-11-x86_64.so #384
Comments
Hi, I am runing udocker in a ubuntu container in a codespace environment using Fakechroot mode. i am trying to run debian container but i have a glibc compatibility issue : GLIBC_2.33' not found (required by /home/codespace/.udocker/lib/libfakechroot-Debian-11-x86_64.so) Is this a non sense to try to make work or this is possible with some elfpatcher and LD_LIBRARY settings ? Thanx, @RadFromOrange ➜ ~/.udocker $ udocker run debian Info: using config file: /home/codespace/.udocker/udocker.conf ##############################################################################
############################################################################## @RadFromOrange ➜ ~/.udocker $ /lib/x86_64-linux-gnu/libc.so.6 GNU C Library (Ubuntu GLIBC 2.31-0ubuntu9.9) stable release version 2.31. |
udocker uses a modified libfakechroot library. The library must be compiled against the libc of the container. |
After solving glibc issue by adding lib.c.so to libpath , i get segmentation fault issue .After some research ,even if i saw that you've made an improved fakechroot with some elfpatcher and env settings ,found that this is a limitation of fakechroot itself :
https://github.com/dex4er/fakechroot/blob/master/man/fakechroot.pod#limitations
dex4er/fakechroot#22
may be i am missing something...
Thx,
The text was updated successfully, but these errors were encountered: