Hello guys i need help.
When i download ngrok, extract it a try lunch it say : bash: ./ngrok: cannot execute binary file: Exec format error
Thank you for answers
Hello guys i need help.
When i download ngrok, extract it a try lunch it say : bash: ./ngrok: cannot execute binary file: Exec format error
Thank you for answers
the format of the executable is wrong. is it a 64bit software running on a 32bit system?
Why you say bash
Direct try
./ngrok
With root terminal
I am able to run it without problems
➜ Downloads ./ngrok
NAME:
ngrok - tunnel local ports to public URLs and inspect traffic
DESCRIPTION:
ngrok exposes local networked services behinds NATs and firewalls to the
public internet over a secure tunnel. Share local websites, build/test
webhook consumers and self-host personal services.
Detailed help for each command is available with 'ngrok help <command>'.
Open http://localhost:4040 for ngrok's web interface to inspect traffic.
have you added the i386 architecture to your system? I think this is the main problem.
This allows installing 32-bit libraries on a 64-bit system.
https://wiki.debian.org/Multiarch/HOWTO
sudo dpkg --add-architecture i386
sudo apt update
try and let us know
Thank you all for respond.
I´ll try it and let know.
Ok.
It work i´m happy xd
TY