Hi,
I'm trying to get Java x64 self extracting binaries to extract, but am getting error messages during the unpack reading
error './install.sfx.3456
where 3456 takes a seemingly random value from 3-4000.
On further inspection and forum trawling, it seems the Java developers didn't take into account those running off pure x64 systems (What I understand to be tiny core) and the vastly more common multilib systems.
The fix many had was symlinking certain pure x64 libs to the position of their x64 multi lib counterparts (i.e. ln -s /lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2) or installing g++ multi lib libraries (currently not available in the 3.x repo)
x64 Java will not function without these x64 libraries in the multi lib locations, and changing the location of these libs results in a segmentation fault during the installation, again resulting in no java.
Bascially, it seems like I need '/lib64/ld-linux-x86-64.so.2' to run Java x64
Any ideas ? Does microcorex64 store these x64 libs in a different location ?
Thanks
Nick
Similar semi-solved problem
http://www.linuxquestions.org/questions/linux-from-scratch-13/jdk-install-fails-with-install-sfx-no-such-file-during-installation-506082/