Hello,
I've a Go binaries, and, i like to run it on VMWare ESXI.
I assume that ESXI is based on Centos but ils hightly modified and with a modified Kernel.
The Go binaries is Rclone and can permit to mount cloud storage on ESXI (for backuping VM).
When I run the Go binararie (rclone), I get this issue:
"Segmentation fault"
When I run an "Hello world" in Go binaries, I get issue:
"Segmentation fault".
My question is: is there a way to run 3rd party binaries on ESXI (especially Go binaries). If yes, how can Ido for running it on WMware ESXI?
Thanks.