When I start SecAst it dies right away with the warning “Killed”
$ ./secast -f
Killed
So I checked the executable using the loader and it says SecAst is not an executable
$ ldd ./secast
not a dynamic executable
What is wrong? The exact same executable (I copied it using scp) runs great on my first virtual machine, but won’t run on the second. They are both VM’s, they both run CentOS 6.
(Although not related, several other programs give the same error – so I’m not sure that SecAst is the root cause)