Beim manuellen installieren von Java bekam ich eine komische Meldung zu lesen:
cannot execute binary file
Problem bei der Java Installation
Ich hatte mir ein altes Java Packet von Oracle besorgt und wollte dieses auf einem der Rootserver (Debian) installieren.
Nur leider funktionierte das nicht - ich bekam folgende Meldung:
./jre-6u18-linux-x64.bin: line 366: ./install.sfx.23881: cannot execute binary file
Failed to extract the files. Please refer to the Troubleshooting section of
the Installation Instructions on the download page for more information.
Einfache Lösung fürs Binary File
Die Lösung war ziemlich einfach - ich hatte das falsche Binary gezogen. Und zwar die 64-Bit Variante anstatt die 32-Bit Variante.
Nach dem Herunterladen der 32-Bit Variante ging es problemlos - ich konnte Java installieren.