My server is running Ubuntu 16.04.1 LTS.
I downloaded the 0.13.20 from https://www.factorio.com/download-headless/stable.
after unzipping it i cd into the factorio/bin/x64 dir and try running factorio. I get an error as if the file doesn't exist:
Code: Select all
~/factorio/bin/x64$ ls -al
total 74056
drwxrwxr-x 2 facto facto 4096 Oct 17 02:21 .
drwxrwxr-x 3 facto facto 4096 Oct 17 02:21 ..
-rwxr-xr-x 1 facto facto 75740024 Oct 14 17:08 factorio
Code: Select all
~/factorio/bin/x64$ ./factorio
-bash: ./factorio: No such file or directory
Thanks!