Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Version GLIBC_2.33 not found (Read 58670 times) previous topic - next topic
0 Members and 6 Guests are viewing this topic.

Re: Version GLIBC_2.33 not found

Reply #15
glibc 2.33 is now in core (Archlinux), within 1-2 hours it should be in the core repo with us (when the maintainer is online) .
 
no need downgrade anymore, just wait for mirror sync

Re: Version GLIBC_2.33 not found

Reply #16
I've got a problem though. It broke my pacman and I can't even downgrade.

I get pacman: /usr/lib/libc.so:6: version 'GLIBC_2.33' not found (required by pacman) whenever I try any pacman command

Re: Version GLIBC_2.33 not found

Reply #17
Glibc-2.33 is in repo 1-2 weeks. You should not downgrade but upgrade. Maybe is your mirror outdated.  Use another mirror.

Re: Version GLIBC_2.33 not found

Reply #18
This has been marked as solved but I just installed from a fresh Artix plasma iso and after running `sudo pacman -Sy` if I want to do anything with pacman I get GLIBC_2.33 not found. Does anyone know why this would be?

 

Re: Version GLIBC_2.33 not found

Reply #20
This has been marked as solved but I just installed from a fresh Artix plasma iso and after running `sudo pacman -Sy` if I want to do anything with pacman I get GLIBC_2.33 not found. Does anyone know why this would be?

That depends on what you did exactly. pacman -Sy updates your entire database so if you install things afterwards with that, it will install packages compiled against glibc 2.33. That can cause errors. The solution in this case, would be to do a full upgrade. You should not do partial upgrades as they are not supported and can lead to linking errors like this.

Re: Version GLIBC_2.33 not found

Reply #21
I installed Artix from a cinnamon image recently without any problems. Just do
Code: [Select]
$ su
# pacman -Syyu

So since it was a fresh install I just did it all again and followed your advice. This worked

That depends on what you did exactly. pacman -Sy updates your entire database so if you install things afterwards with that, it will install packages compiled against glibc 2.33. That can cause errors. The solution in this case, would be to do a full upgrade. You should not do partial upgrades as they are not supported and can lead to linking errors like this.

I think this was my problem.
I am still new to the arch world coming from linux mint so I am not very familiar with pacman. Thanks for being so quick and helpful

Re: [SOLVED] Version GLIBC_2.33 not found

Reply #22
I have this problem right now on crispy fresh install of Xfce.

I'm trying to install pomac and can't even update anymore

Re: [SOLVED] Version GLIBC_2.33 not found

Reply #23
you broke system completely... congratulation...

try set another mirror, but i don't think, that help...

you can theoretically downlaod glibc 2.33 from  https://archive.artixlinux.org/packages/g/glibc/ and copy it from archive .tar.xz manually to your system. which is totally non-standard, can do another troubles, but it can help to fix pacman.

which ISO you used?

Re: [SOLVED] Version GLIBC_2.33 not found

Reply #24
 Xfce distro, might have been from weekly pool, damn, I'm reinstalling now

Re: [SOLVED] Version GLIBC_2.33 not found

Reply #25
Xfce distro, might have been from weekly pool, damn, I'm reinstalling now
weekly ISO should be have newest pacman and glibc installed, it should be works normally, so it should be not update. if you will be not sure with update, put here some outputs (like as is the whole listing of update packages, before updated , maybe wrong mirror was selected before)


Re: [SOLVED] Version GLIBC_2.33 not found

Reply #27
I have this problem right now on crispy fresh install of Xfce.

I'm trying to install pomac and can't even update anymore
Crispy fresh install shouldn't have any problems. pacman -Syyu should be the literal first thing you do immediately after you install and log into the installed system.

Re: [SOLVED] Version GLIBC_2.33 not found

Reply #28
Hi!
Sorry for reopening this solved topic, but i have a similar problem.
I am using artix linux with LXQT desktop enviroment and recently when i tried to use yay command and i got a message

yay: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by yay)

I tried
sudo pacman -S glib2
command and got: 
warning: glib2-2.70.2-2 is up to date -- reinstalling
So, as far as i can see i have newer version of GLIBC installed and i still cant use yay, or timeshift commands.
I also ran:    pacman-conf
And the output was
[options]
RootDir = /
DBPath = /var/lib/pacman/
CacheDir = /var/cache/pacman/pkg/
HookDir = /etc/pacman.d/hooks/
GPGDir = /etc/pacman.d/gnupg/
LogFile = /var/log/pacman.log
HoldPkg = pacman
HoldPkg = glibc
Architecture = x86_64
CheckSpace
ParallelDownloads = 1
CleanMethod = KeepInstalled
SigLevel = PackageRequired
SigLevel = PackageTrustedOnly
SigLevel = DatabaseOptional
SigLevel = DatabaseTrustedOnly
LocalFileSigLevel = PackageOptional
LocalFileSigLevel = PackageTrustedOnly
[system]
Usage = All
Server = http://archive.artixlinux.org/repos/2022/01/23/system/os/x86_64
[world]
Usage = All
Server = http://archive.artixlinux.org/repos/2022/01/23/world/os/x86_64
[galaxy]
Usage = All
Server = http://archive.artixlinux.org/repos/2022/01/23/galaxy/os/x86_64
[lib32]
Usage = All
Server = http://archive.artixlinux.org/repos/2022/01/23/lib32/os/x86_64
[extra]
Usage = All
SigLevel = PackageRequired
SigLevel = PackageTrustedOnly
SigLevel = DatabaseOptional
SigLevel = DatabaseTrustedOnly
Server = http://archive.archlinux.org/repos/2022/01/23/extra/os/x86_64
[community]
Usage = All
SigLevel = PackageRequired
SigLevel = PackageTrustedOnly
SigLevel = DatabaseOptional
SigLevel = DatabaseTrustedOnly
Server = http://archive.archlinux.org/repos/2022/01/23/community/os/x86_64
[universe]
Usage = All
Server = http://universe.artixlinux.org/x86_64
Server = http://mirror1.artixlinux.org/universe/x86_64
Server = http://mirror.pascalpuffke.de/artix-universe/x86_64
Server = http://artixlinux.qontinuum.space/artixlinux/universe/os/x86_64
Server = http://mirror1.cl.netactuate.com/artix/universe/x86_64
Server = http://ftp.crifo.org/artix-universe/
Did anybody have similar problem or know how to fix it?
Thanks in advance :)

Re: [SOLVED] Version GLIBC_2.33 not found

Reply #29
If you use AUR packages, it is your responsibility to rebuild them if some library had a version bump.