CalebQ42 / LinuxPA

A PortableApps.com type launcher for linux
MIT License
30 stars 1 forks source link

./LinuxPA: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./LinuxPA) #16

Open AmyMoriyama opened 2 years ago

AmyMoriyama commented 2 years ago

./LinuxPA: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./LinuxPA)

cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"

MX Linux

AmyMoriyama commented 1 year ago

Found a solution.

"For those using glib <= v2.66, the following tag -> -tags "glib_2_66" must be added at build time."

So, download LinuxPA, install go, open terminal in LinuxPA folder and do go build -tags "glib_2_66"

This is on MX Linux ldd --version ldd (Debian GLIBC 2.31-13+deb11u5) 2.31 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roland McGrath and Ulrich Drepper.

Might also need to do this: go get github.com/gotk3/gotk3@master