$ ./setup.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
./setup.bin: 2506: exec: /tmp/install.dir.48193/Linux/resource/jre/bin/java: not found
Cause:
This error occurs because the installer is a 32-bit binary and this casue problems on a 64-bit server.
Solution:
sudo apt-get install lib32ncurses5
After that - rerun setup and it will work.
No comments:
Post a Comment