#Missing exhelper library
23 messages · Page 1 of 1 (latest)
should we, like, make a #modding_announcements post about this or something
instead of linking every linux user to that thread individually
it should fix itself within 24 hours
plus this is extremely common
downgraded glibc works now
how so?
pacman -U file:///var/cache/pacman/pkg/glibc-2.40+r66+g7d4b6bcae91f-1-x86_64.pkg.tar.zst file:///var/cache/pacman/pkg/lib32-glibc-2.40+r66+g7d4b6bcae91f-1-x86_64.pkg.tar.zst
``` for those who need it
glibc is pretty unstable, the devs consistently push updates that break dependencies
then someone complains and they revert the change
the issue happens because the latest release of glibc gets pushed to the package repository basically instantly
which means the fix releases basically instantly too
the answer is literally in the thread
execstack -s /path/to/celeste/binary
huh?