PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Bin Dateien entpacken?



crain
30.01.03, 21:26
Hallo,

wie entpacke ich die bin Dateien unter Linux Suse 8.1???

Lieben Gruss

crainy

towo2099
30.01.03, 21:28
Welche? CD-Images oder für Linux erstellte Bin-Dateien?

crain
30.01.03, 21:38
erm ich glaube für beides, gibt es da unterschiede?

DrApeFace
30.01.03, 21:39
also bin dateien kann man mit

chmod a+x datei.bin
und dann
./datei.bin

so hab ich letzt meine entpackt.

axo kopier die datei aber vorher in einen ordner weil er die daten der bin datei einfach in den ordner entpackt wo die .bin datei is :)

towo2099
30.01.03, 21:40
Also in der Regel sind für Linux erstellte Bin-Dateien ausfürbare, selbstextrahierende Dateien, die man auf der Konsole ausführt und diese sich dadurch entpacken.
Mit CD-Images hat das nicht das geringste zu tun!

DrApeFace
30.01.03, 21:44
Original geschrieben von towo2099
Also in der Regel sind für Linux erstellte Bin-Dateien ausfürbare, selbstextrahierende Dateien, die man auf der Konsole ausführt und diese sich dadurch entpacken.
Mit CD-Images hat das nicht das geringste zu tun!

.bin heist nicht gleich CD image oder Linux Bin datei. es gibt auch einige leute die benutzen .bin wie .zip und sachen zu verpacken. bzw viele dateien in eine grosse zusammenzuführen.

z.b. der HL Linux Server ist in einer .bin datei zusammengepackt.

crain
30.01.03, 21:50
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
crain@linux:~/Internet/intellij> dir
insgesamt 40299


hey hätte fast geklappt mit diesem chmod aber leider kriege ich mal wieder eine nette Fehlermeldung.

marcdevil
31.01.03, 09:31
ln -s /lib/libc.so.0 /lib/libc.so.6

crain
31.01.03, 20:40
so da bin ich wieder, hab zuerst das mit dem ln ausprobiert, dann kam das hier:

ln: »/lib/libc.so.6«: Datei existiert

mehr nicht, danach habe ich das nochmal mit dem chmod ausprobiert, und danach kahm der Fehler hier:
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