Hi,
I am trying to run nrfutil as part of our CI/CD in gitlab. This is a command to install nrfutil:
wget -O /opt/nrfutil https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil && ls /opt && chmod +x /opt/nrfutil
It seems to install fine however I am getting error:
nrfutil: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by nrfutil)
Any ideas why I am getting this? One way is to build and install glib from source, but going that path I am just getting more and more dependencies and it seems like I cannot install glib=2.29 from apt.
Michal