Friday, May 3, 2024
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 12548  / 2 Years ago, fri, july 22, 2022, 5:22:16

After running:



sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts


I try to setup a software sybase sudo ./setup.bin but I get the following problem:



exec: 2508: /tmp/install.dir.30906/Linux/resource/jre/bin/java: not found

More From » software-installation

 Answers
3

This error occurs because the installer is itself a 32-bit binary using 32-bit binaries, which may cause problems on a 64-bit machine. It needs 32-bit libraries installed.



On an Ubuntu 64-bit Linux machine, to work around this issue, install the package "ia32-libs":



sudo apt-get install ia32-libs

[#35524] Saturday, July 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
otatorm

Total Points: 218
Total Questions: 113
Total Answers: 124

Location: British Indian Ocean Territory
Member since Tue, Feb 22, 2022
2 Years ago
otatorm questions
;