You are not logged in.
Hi i recently started using my computer again and i keep on getting this error.
sudo pacman -Syu
pacman: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libcurl.so.4)Most commands that i do give pretty much the same error.
git clone https://github.com/MultiMC/multimc-pkgbuild.git
/usr/lib/git-core/git-remote-https: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libcurl.so.4)Idk if this will help but i have my pacman log.
[2022-09-20T16:22:16-0400] [PACMAN] Running 'pacman -S GLIBC_2.34'
[2022-10-14T17:35:46-0400] [PACMAN] Running 'pacman -S libc6-x32 libc6-i386'
[2022-10-14T17:48:21-0400] [PACMAN] Running 'pacman -S jre-openjdk'
[2022-10-14T17:50:33-0400] [PACMAN] Running 'pacman -Syy'
[2022-10-14T17:50:33-0400] [PACMAN] synchronizing package lists
[2022-10-14T17:50:38-0400] [PACMAN] Running 'pacman -S jre-openjdk'
[2022-10-14T17:51:51-0400] [PACMAN] Running 'pacman -S jdk-openjdk'
[2022-10-14T17:52:03-0400] [ALPM] transaction started
[2022-10-14T17:52:04-0400] [ALPM] upgraded jre-openjdk-headless (17.0.1.u12-1 -> 18.0.2.1.u0-1)
[2022-10-14T17:52:04-0400] [ALPM] upgraded jre-openjdk (17.0.1.u12-1 -> 18.0.2.1.u0-1)
[2022-10-14T17:52:04-0400] [ALPM] upgraded jdk-openjdk (17.0.1.u12-1 -> 18.0.2.1.u0-1)
[2022-10-14T17:52:04-0400] [ALPM] transaction completed
[2022-10-14T17:52:04-0400] [ALPM] running '30-systemd-update.hook'...
[2022-10-14T17:52:04-0400] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-10-14T17:52:04-0400] [ALPM] running 'update-desktop-database.hook'...
[2022-10-14T17:57:39-0400] [PACMAN] Running 'pacman -S curl'
[2022-10-14T17:57:42-0400] [ALPM] transaction started
[2022-10-14T17:57:42-0400] [ALPM] upgraded curl (7.81.0-1 -> 7.85.0-2)
[2022-10-14T17:57:42-0400] [ALPM] transaction completed
[2022-10-14T17:57:42-0400] [ALPM] running '30-systemd-update.hook'...Please help thanks.
Offline
Full system updates. Always. You're doing partial updates, so this kind of problem is expected and normal.
You'll probably have to use pacman-static to update the system now, if it works. Otherwise you'll have to boot the install ISO and use pacman from there with the --sysroot option.
Last edited by Scimmia (2023-07-26 21:28:21)
Online