When trying to execute Tago Core in Linux Arm appears the following error message:
/Tagocore: /LIB/LIBC.SO.6: Version `Glibc_2.25 'Not Found (Required by ./tagocore)
.
When trying to execute Tago Core in Linux Arm appears the following error message:
/Tagocore: /LIB/LIBC.SO.6: Version `Glibc_2.25 'Not Found (Required by ./tagocore)
.
Hi Tulio,
In order for you to use TagoCore you’ll need to have glibc (C runtime) installed on your system.
Try:
sudo apt update
sudo apt install glibc-source -y