You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Messing with the glibc version on the target system is usually not suggested due to a lot of system dependencies. So it would be nice if this could be fixed. Thanks a lot!
The text was updated successfully, but these errors were encountered:
If you trust some rando on the internet (you probably shouldn't do that), I have forked and built Bulwark on my machine and attached the deb package here.
Additionally, I have described issues I encountered while building in #7 if you prefer to build it yourself.
Two error messages:
GLIBC_2.34' not found and
GLIBC_2.32' not foundOn Ubuntu wie have GLIBC 2.31-0ubuntu9.9 - stable release version 2.31.
I guess this could be the reason:
Building with GCC 10 on Ubuntu 22 leads to missing library (GLIBC_2.34) when running executable on Ubuntu 20
https://askubuntu.com/questions/1426834/building-with-gcc-10-on-ubuntu-22-leads-to-missing-library-glibc-2-34-when-run
Messing with the glibc version on the target system is usually not suggested due to a lot of system dependencies. So it would be nice if this could be fixed. Thanks a lot!
The text was updated successfully, but these errors were encountered: