Downloaded Installer for Linux 64-bit Lucee

After the download, I tried executing the script like this

$ /bin/bash lucee-5.3.2.077-pl0-linux-x64-installer.run
lucee-5.3.2.077-pl0-linux-x64-installer.run: lucee-5.3.2.077-pl0-linux-x64-installer.run: cannot execute binary file
$

This is what the file looks like where it sits in my home directory (logged in as root, in /root)

-rwxrwxrwx  1 dan dan 125788353 Aug 19 17:07 lucee-5.3.2.077-pl0-linux-x64-installer.run

Any information or suggestions would be much appreciated. Thank you.

try this as root

set enforce 0
chmod +x lucee-5.3.2.077-pl0-linux-x64-installer.run
./lucee-5.3.2.077-pl0-linux-x64-installer.run

1 Like

Terry, I followed your recommendation exactly and it worked perfectly.

The file already was executable, so it seems the enforce status was the culprit. I never heard of it before.

Glad it works for you.

SELINUX has been breaking all kinds of things since its introduction.