I am trying to generate ioncube license using "make_license" generator provided by ioncube for Unix systems. It works on my desktop Ubuntu system, but does not work on my CentOS webserver.
Each time I try to run the file, I get message "Killed" in terminal, so it looks like this:
[root@myserver test]# ./make_license --passphrase 'secret' --expire-in 20d > 'license.txt'
Killed
[root@myserver test]#
Just a weird message "Killed" after I execute the file and nothing else. I also tried placing "sudo" in front of "./make_license --passphrase ....." and it worked, but license file was generated empty (0 bytes).
I have tried chmod 755 and 777 to "make_license", and it didnt help. Also I tried stopping "/etc/init.d/amavisd", just in case it's antivirus, but same thing.
My server configuration is: CentOS-6.2 64bit + Nginx, PHP-FPM, APC, php-ioncube-loader-4.2.2-2.el6.art.x86_64
I found the same question on Ioncube forum without answer: http://forum.ioncube.com/viewtopic.php?t=3909&sid=8d595f7005f5b851479a00d387635ad7
Please share any ideas you might have.