I want to deploy on Amazon Linux(EC2 Server), but when execute .sh file on EC2, I got
error “{file name}.sh : cannot execute binary file”.
I packaged for linux using -v13 clang-7.0.1-based.
this docs make explicit 4.23 support v15, but when packaging, ue4 tells me “use v13 or v12”.
additional information:
$file ./{file name}.sh
./{file name}.sh: POSIX shell script, ASCII text executable
$uname -a
Linux ip-172-31-42-119.ap-northeast-1.compute.internal {IPアドレス}.amzn2.x86_64 #1 SMP Thu Nov 14 17:32:43 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
help me please…
thank you