Chromium not booting

I tried installing chromium and when I went to boot it up it just wouldn’t start. I tried starting it from the command line and I got this error.
/usr/lib/chromium/chromium: /usr/lib/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/chromium/chromium)

Does anyone know what this mean and can help out?

That means your Glibc is outdated (at least the one found by chromium).

What does

pacman -Qs glibc | grep glibc

say?

Hey thanks for the response. I ended up reinstalling a bunch of times and it worked. So I’m not sure.