Good! What was the solution?
if you went further than maybe a new topic can be opened to separate the issues.
sudo rights not needed to start the cardano-cli.
No, it still has the same problem, but now it says permission denied. When I gained permission it still said GLIBC_2.33 not found. So I didn’t get further at all actually which I thought.
Even when I login as root it still says permission denied now…
I see - so right now who is the $USER: whoami
then how you start the cardano-cli?
and what is ther permissions for cardano-cli? ls -l /usr/local/bin/cardano-cli
also give us the output of: ldd /usr/local/bin/cardano-cli
I don’t quite understand what you mean by how do I start the cardano-cli. I just copied it from my relaynode to the air-gapped machine’s “/usr/local/bin” directory. In the video guide [Alexd1985] linked previously he says I’m ready to go after that.
ahh yes, missed the ls -l output - it is showing that no execution permission on the file: chmod 755 /usr/local/bin/cardano-cli
then execute cardano-cli --version - will definitely work
ok now the user is owen - keep this user…
but since changing permissions need sudo rights execute it with sudo sudo chmod 755 /usr/local/bin/cardano-cli