The tutorial in this readme works for me on ubuntu 14.04 LTS x64 with the exception of this 2 issues:
ISSUE: on x64 steamcmd also doenst run without the missing x86 depencies
FIX: install x86 depencies before using steamcmd
ISSUE: if one casts all filenames to lower case (like in the tutorial described) and you are try to start the server (e.g. epoch.sh), the arma3server binary watches for the original filenames:
$ ./arma3server: error while loading shared libraries: libPhysX3_x86.so: cannot open shared object file: No such file or directory
FIX: i have created symbolic links and now it seems to work for me. i have done it like this:
cd /home/user/epoch
ln -s libphysx3_x86.so libPhysX3_x86.so
ln -s libphysx3common_x86.so libPhysX3Common_x86.so
ln -s libphysx3cooking_x86.so libPhysX3Cooking_x86.so
Finally let me thank you for your great work denisio !
The tutorial in this readme works for me on ubuntu 14.04 LTS x64 with the exception of this 2 issues:
ISSUE: on x64 steamcmd also doenst run without the missing x86 depencies
FIX: install x86 depencies before using steamcmd
ISSUE: if one casts all filenames to lower case (like in the tutorial described) and you are try to start the server (e.g. epoch.sh), the arma3server binary watches for the original filenames:
$ ./arma3server: error while loading shared libraries: libPhysX3_x86.so: cannot open shared object file: No such file or directory
FIX: i have created symbolic links and now it seems to work for me. i have done it like this:
cd /home/user/epoch
ln -s libphysx3_x86.so libPhysX3_x86.so
ln -s libphysx3common_x86.so libPhysX3Common_x86.so
ln -s libphysx3cooking_x86.so libPhysX3Cooking_x86.so
Finally let me thank you for your great work denisio !