/usr/lib/libc.so.6: version `GLIBC_2.34'

Hello guys,

After updating packages, I can’t launch some applications such as firedragon (librewolf), fastfetch and other.

I obtain this message when I launch these applications :
fastfetch: /usr/lib/libc.so.6: version GLIBC_2.34' not found (required by fastfetch) /usr/lib/firedragon/firedragon: /usr/lib/libc.so.6: version GLIBC_2.34’ not found (required by /usr/lib/firedragon/firedragon)

I tryed : sudo pacman-mirrors -f5 && sudo pacman -Syyu
error: failed to prepare transaction (could not satisfy dependencies)
:: installing x264 (3:0.164.r3081.19856cc-1) breaks dependency ‘libx264.so=163-64’ required by ffmpeg0.10

In the directory /usr/lib I found :
libc-2.33.so
libc.so.6
libc.so

Thanks for your help.
Have a nice day.

Your issue is your custom packages - their dependencies has been updated and you need to rebuild them.

Custom package scripts from AUR is unsupported and if their dependencies prevents a system sync you must remove them to be able to sync with Manjaro repo.

The scripts also assumes Arch package level which do not match Manjaro stable branch and as such a switch to testing or unstable may be necessary.

1 Like

Thank you for fast reply, I’m going to switch to testing and rebuilding app.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.