Describe the bug
When I try upgrading to 1.22.1, I run into GLIBC compatibility issues. Has something changed in this release and/or is this a known issue? I am running on gcloud compute VPS.
This occurs when I run the setup file.
$ wget -O vault https://github.com/interlay/interbtc-clients/releases/download/1.22.1/vault-parachain-metadata-interlay
$ wget https://raw.githubusercontent.com/interlay/interbtc-docs/master/scripts/vault/setup -O setup
$ chmod +x ./setup && **sudo ./setup interlay vault**
Jul 04 08:38:31 backup-kint vault[2301]: /opt/interlay/vault/vault: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /opt/interlay/vault/vault)
Jul 04 08:38:31 backup-kint vault[2301]: /opt/interlay/vault/vault: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /opt/interlay/vault/vault)
Jul 04 08:38:31 backup-kint vault[2301]: /opt/interlay/vault/vault: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.30' not found (required by /opt/interlay/vault/vault)
Describe the bug When I try upgrading to 1.22.1, I run into GLIBC compatibility issues. Has something changed in this release and/or is this a known issue? I am running on gcloud compute VPS.
This occurs when I run the setup file.