https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254112
--- Comment #1 from JavaShin <[email protected]> --- https://us.images.linuxcontainers.org/images/ Opensuse Tumbleweed And ArchLinux Tested Happens The Same Glibc Version 2.33 On Debian Sid Works Fine Like CentOS C7. (*) Continue - mkdir /compat/distro (suse) - download the rootfs of the distro. - move to /compat/distro and unpack. - set fstab with devfs /compat/suse/dev devfs rw,late 0 0 tmpfs /compat/suse/dev/shm tmpfs rw,late,size=1g,mode=1777 0 0 fdescfs /compat/suse/dev/fd fdescfs rw,late,linrdlnk 0 0 linprocfs /compat/suse/proc linprocfs rw,late 0 0 linsysfs /compat/suse/sys linsysfs rw,late 0 0 mount /compat/suse/dev ; mount /compat/suse/dev/shm ; mount /compat/suse/dev/fd ; mount /compat/suse/proc ; mount /compat/suse/sys ; cp /etc/resolv.conf etc/resolv.conf ; chroot /compat/suse/ /bin/bash Error. /bin/bash: error while loading shared libraries: libreadline.so.8: cannot stat shared object: Invalid argument Glibc 2.33 incompatibility hwcaps . Success. with any distro without glibc 2.33 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
