Discussion:
[Jxplorer-users] error while loading shared libraries: libdl.so.2
Adam Tauno Williams
2008-12-19 13:22:42 UTC
Permalink
I'm on openSUSE 11.0 (32 bit) with -

***@linux-nnci:~/tmp> java -version
java version "1.6.0_10"

- and I've downloaded JXv3.2_install_linux.bin. But when I try to run
the installed I end up with -

***@linux-nnci:~/tmp> ./JXv3.2_install_linux.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
awk: 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
/bin/bash: error while loading shared libraries: libdl.so.2: cannot open
shared object file: No such file or directory
Chris Betts
2008-12-19 23:13:36 UTC
Permalink
yup,check the release notes :-). the installer doesn't work with java 1.6,
you'll need to use the zip or tar file and run it using the shell script.

(If anyone knows a good, easy, open source installer for java apps I'm all
ears)

- Chris

On Sat, Dec 20, 2008 at 12:22 AM, Adam Tauno Williams <
Post by Adam Tauno Williams
I'm on openSUSE 11.0 (32 bit) with -
java version "1.6.0_10"
- and I've downloaded JXv3.2_install_linux.bin. But when I try to run
the installed I end up with -
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
awk: 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
/bin/bash: error while loading shared libraries: libdl.so.2: cannot open
shared object file: No such file or directory
------------------------------------------------------------------------------
_______________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
Loading...