
vielleicht hilft ja mal die gesamte fehlermeldung. to jens: hab jetzt zwar 'n link, aber gebracht hat es leider nichts. schade... bitte helft mir! ich muss momentan immer wieder mit win arbeiten, da ich auf den jbuilder angewiesen bin (*schüttel*). desktop:/home/baba/Documents/Software/Linux # ./per_install.bin Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... 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... rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory desktop:/home/baba/Documents/Software/Linux #

Vielleicht eine zu triviale Idee, aber fehlt vielleicht ein symbolischer Link in /lib z.B.: lrwxrwxrwx 1 root root 13 Sep 18 11:11 /lib/libc.so.6 -> libc-2.2.5.so -- Eat, sleep and go running, David Huecking. Encrypted eMail welcome! GnuPG/ PGP-Fingerprint: 3DF2 CBE0 DFAA 4164 02C2 4E2A E005 8DF7 5780 9216 On 23 Oct 2002, Alexander Frangesch wrote: [...]
desktop:/home/baba/Documents/Software/Linux # ./per_install.bin Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

Am Mittwoch, 23. Oktober 2002 13:01 schrieb Alexander Frangesch:
vielleicht hilft ja mal die gesamte fehlermeldung.
to jens: hab jetzt zwar 'n link, aber gebracht hat es leider nichts. schade...
bitte helft mir! ich muss momentan immer wieder mit win arbeiten, da ich auf den jbuilder angewiesen bin (*schüttel*).
desktop:/home/baba/Documents/Software/Linux # ./per_install.bin Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... 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...
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory desktop:/home/baba/Documents/Software/Linux #
Schaetze du hast in der Shell, in der du per_install.bin ausfuehrst, noch LD_ASSUME_KERNEL gesetzt. Deswegen gehen die zur SuSE 8.1 gehoerenden Befehle (dirname, basename, ls, ...) nicht. Versuch folgendes: desktop:/home/baba/Documents/Software/Linux # unset LD_ASSUME_KERNEL desktop:/home/baba/Documents/Software/Linux # sh -x ./per_install.bin Gruss, Stefan -- Stefan Voss (privat: voss at yoda.in-berlin.de geschaeftlich: svoss at web.de)
participants (3)
-
Alexander Frangesch
-
David Huecking
-
Stefan Voss