ain icon indicating copy to clipboard operation
ain copied to clipboard

4.0.1 requires GLIBC > 2.32 on aarch64

Open sandrich opened this issue 1 year ago • 2 comments

Summary

Tried to install 4.0.1 release on my Raspberry Pi with AARCH64 architecture and get the following

defichain-4.0.1/bin/defid -version
defichain-4.0.1/bin/defid: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by defichain-4.0.1/bin/defid)
defichain-4.0.1/bin/defid: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by defichain-4.0.1/bin/defid)
defichain-4.0.1/bin/defid: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by defichain-4.0.1/bin/defid)

the following os is installed

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=debia

And the following glibc which I thought only requires 2.29

apt list libc6
Listing... Done
libc6/oldstable,now 2.31-13+rpt2+rpi1+deb11u7 arm64 [installed]
libc6/oldstable,now 2.31-13+rpt2+rpi1+deb11u7 armhf [installed,automatic]

sandrich avatar Nov 17 '23 15:11 sandrich