alanc
10-09-2004, 05:52 AM
As someone else seemed to find - there are problems with installations of >=1.4.3. I have tried 1.4.3 and now 1.5.0 and both fail. Here is the log:
bash-2.05b$ ./setupfw150.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
nawk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Launching installer...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/sun-jdk-1.4.2.05/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
bash-2.05b$
I have tried with both blackdown 1.4.1 and sun 1.4.2.05 jdks and neither works. My kernel is 2.6.8.1 and the system is based around gentoo.
Hacking at the exe to remove size checking and the LD_ASSUME_KERNEL lines didn't fix it completely for me, but surely I shouldn't have to do this anyway.
bash-2.05b$ ./setupfw150.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
nawk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Launching installer...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/sun-jdk-1.4.2.05/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
bash-2.05b$
I have tried with both blackdown 1.4.1 and sun 1.4.2.05 jdks and neither works. My kernel is 2.6.8.1 and the system is based around gentoo.
Hacking at the exe to remove size checking and the LD_ASSUME_KERNEL lines didn't fix it completely for me, but surely I shouldn't have to do this anyway.