Installation error for ver 2.0
-
Greetings,
I'm trying to install ver 2.0 on Ubuntu 200.4 LTS. I followed the installation instructions but keep getting this error.
executable/mcctl.sh: 32: exec: ./mycontroller-server: Exec format error
An suggestions?
Regards
Niel -
@NielBierman My guess you have downloaded wrong
arch
executable.
if your OS isx86_64
downloadmycontroller-server-*-linux-amd64.tar.gz
To know OS arch run the command:
uname -m
-
-