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
/lunii-admin_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./lunii-admin_linux_amd64)
./lunii-admin_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./lunii-admin_linux_amd64)
Note: just tested and previous versions up to 0.0.17 work fine. Offending release is 0.0.18
The text was updated successfully, but these errors were encountered:
./lunii-admin_linux_amd64
./lunii-admin_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./lunii-admin_linux_amd64)
./lunii-admin_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./lunii-admin_linux_amd64)
System :
OS: Debian GNU/Linux 11 (bullseye) x86_64
Kernel: 5.10.0-16-amd64
glibc: 2.31-13+deb11u3 all
My system is not up to date, so maybe your problem can be tackled by an update of the glibc ?
The problem is that using the latest Ubuntu on GitHub actions, you are building your go file with one of the latest GCC toolchain (e.g. 2.32 oder higher)
Then if you're device is using an older glibc, this results in the mentioned error message.
Compiling with CGO_ENABLED=0 would fix it, but it is only a solution if your code does not depend on Glibc.
I think Wails use glibc to render the UI.
Another solution is to build your code on an older system or a previous toolchain, compatible with previous glibc versions.
I'll check what toolchain is used on these VM and see if I can draft a PR
Download latest release, v0.0.19, lunii-admin_linux_amd64.
Tried to run in Linux Mint and got this error:
Note: just tested and previous versions up to 0.0.17 work fine. Offending release is 0.0.18
The text was updated successfully, but these errors were encountered: