It gives me an error which says “cardano-cli: /lib/x86_64-linux-gnu/libc.so.6: version ‘GLIBC_2.33’ not found (required by cardano-cli)”
How am I supposed to fix this problem without any internet to get “GLIBC_2.33” I thought the whole point of this machine is that the internet has never touched it so it stays secure.
If you compiled that cardano-node - maybe better not to copy it, if the other system is not identical - download the executable from official github page, and try that:
I followed this tutorial and everyone worked fine but the problem is that I don’t have all the files required (GLIBC_2.33) for the cardano-cli to start making keys on my air-gapped machine.
He only said to copy the cardano-cli file to the /usr/local/bin and that worked fine but the problem is after that when I try this:
hmm, interesting…
then make a symlink which will placed to the desired folder: ln -s /usr/lib/x86_64-linux-gnu/lib.so.6 /lib/x86_64-linux-gnu/lib.so.6
make sure now you have the file: ls -l /lib/x86_64-linux-gnu/libc.so.6
and start the cardano-cli