Discussion:
[Jxplorer-users] linux troubles...
Thomas Besser
2007-07-03 08:23:51 UTC
Permalink
Hi,

I switched recently to a new desktop computer (from i386 to amd64) and
running debian etch (v4.0, amd64 version) on it.

Downloaded the suggested linux version called 'JXv3.2_install_linux.bin' on
http://www.jxplorer.org/downloads/users.html

The installer seems to have many problems:

sissymobil:/home/software/linux/JXplorer# sh JXv3.2_install_linux.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
/usr/lib/jvm/java-1.5.0-sun/jre/bin/java: error while loading shared
libraries: libpthread.so.0: cannot open shared object file: No such file or
directory

With the generic unix version "JXv3.2_deploy.tar.bz2" it runs without
problems.

Could it be that the installer is only for linux (i386)? If yes, you should
note this on the download page.

Regards
Thomas
Thomas Robers
2007-07-03 11:55:56 UTC
Permalink
Post by Thomas Besser
Hi,
I switched recently to a new desktop computer (from i386 to amd64) and
running debian etch (v4.0, amd64 version) on it.
Downloaded the suggested linux version called 'JXv3.2_install_linux.bin' on
http://www.jxplorer.org/downloads/users.html
sissymobil:/home/software/linux/JXplorer# sh JXv3.2_install_linux.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
/usr/lib/jvm/java-1.5.0-sun/jre/bin/java: error while loading shared
libraries: libpthread.so.0: cannot open shared object file: No such file or
directory
With the generic unix version "JXv3.2_deploy.tar.bz2" it runs without
problems.
Could it be that the installer is only for linux (i386)? If yes, you should
note this on the download page.
Regards
Thomas
Hi Thomas,

I don't know if the installer is only for i386 but I got a similar error last
Post by Thomas Besser
Hi,
I found an answer to my problem in another forum, regarding problems to
1. perl -pi -e 's/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/' JXv3.2b4_install_linux_.bin
to get the installation to work. And after intallation I did (in the directory where JXplorer
2. perl -pi -e 's/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/' JXplorer_LDAP_Browser
awk: Kommandozeile:6: Warnung: Escape-Sequenz '\.' als '.' behandelt.
Maybe this helps you too.

Regards
Thomas
Chris Betts
2007-07-03 16:27:02 UTC
Permalink
Alternatively, if you want to give up on the buggy installer you can
grab the 'deploy.tar.gz' package from sourceforge, unpack that and
use the jxplorer.sh shell script instead. Not quite as pretty
though :-).

- Chris
Post by Thomas Robers
Post by Thomas Besser
Hi,
I switched recently to a new desktop computer (from i386 to amd64) and
running debian etch (v4.0, amd64 version) on it.
Downloaded the suggested linux version called
'JXv3.2_install_linux.bin' on
http://www.jxplorer.org/downloads/users.html
sissymobil:/home/software/linux/JXplorer# sh JXv3.2_install_linux.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
/usr/lib/jvm/java-1.5.0-sun/jre/bin/java: error while loading shared
libraries: libpthread.so.0: cannot open shared object file: No such file or
directory
With the generic unix version "JXv3.2_deploy.tar.bz2" it runs without
problems.
Could it be that the installer is only for linux (i386)? If yes, you should
note this on the download page.
Regards
Thomas
Hi Thomas,
I don't know if the installer is only for i386 but I got a similar error last
Post by Thomas Besser
Hi,
I found an answer to my problem in another forum, regarding
problems to
1. perl -pi -e 's/export LD_ASSUME_KERNEL/#xport
LD_ASSUME_KERNEL/' JXv3.2b4_install_linux_.bin
to get the installation to work. And after intallation I did (in
the directory where JXplorer
2. perl -pi -e 's/export LD_ASSUME_KERNEL/#xport
LD_ASSUME_KERNEL/' JXplorer_LDAP_Browser
Although I get the (german) error message, JXplorer works for me
awk: Kommandozeile:6: Warnung: Escape-Sequenz '\.' als '.'
behandelt.
Maybe this helps you too.
Regards
Thomas
----------------------------------------------------------------------
---
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
Loading...