Re: Version GLIBC_2.33 not found
Reply #3 –
The current glibc in `system` is 2.32, but it appears that a number of packages have been compiled against 2.33. You can get glibc 2.33 from `gremlins`.
Assuming you have a standard configuration for pacman, you can edit /etc/pacman.conf to include lines like below to enable `gremlins`. Then you can install 2.33
[gremlins]
Include = /etc/pacman.d/mirrorlist
After that you can update glibc:
# pacman -S glibc