Debian-3.1-64 für 32Bit-Apps konfigurieren

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
pixel24
Beiträge: 143
Registriert: 28.06.2005 13:26:41

Debian-3.1-64 für 32Bit-Apps konfigurieren

Beitrag von pixel24 » 26.07.2005 17:23:38

Hi@all,

die 64Bit-Version von Debian hat leut Projektseite nur minimale Unterstützung für 32Bit-Apps. Unter:

http://alioth.debian.org/docman/view.ph ... l#id274298

gibt es eine Anleitung wie man ein 32Bit chroot-System einrichtet. Ich habe Probleme mit der Anweisung:

[...]
You also need a link to your 32bit linker in the /lib path. Change in to directory /lib and create a link to the 32bit linker library of your chroot: (The name of the 64bit linker is ld-linux-x86-64.so.2)
[...]

Was soll ich wie verlinken?

Viele Grüße
pixel

Zorin
Beiträge: 42
Registriert: 06.11.2004 18:08:46

Beitrag von Zorin » 26.07.2005 18:14:35

Hi,

ich hab das gleiche Tutorial durchgemacht und das evtl. übersehen. Also ich hab folgende Linker bzw. die Links dazu

Code: Alles auswählen

./# ls -l /lib/ld*
/lib/ld-2.3.2.so
/lib/ld-linux-x86-64.so.2 -> ld-2.3.2.so

./# ls -l /var/chroot/sid-ia32/lib/ld*
/var/chroot/sid-ia32/lib/ld-2.3.2.so
/var/chroot/sid-ia32/lib/ld-linux.so.2 -> ld-2.3.2.so
Also alle Pfade vom 64-Bit System aus betrachtet und das läuft alles soweit

Gruss Zorin
Athlon 64 3200+ Winchester, A8N SLI Deluxe, 1024MB RAM, Geforce 6600GT, Debian SID pure64-gcc4.0, Kernel 2.6.13.4, KDE 3.4.2

pixel24
Beiträge: 143
Registriert: 28.06.2005 13:26:41

Beitrag von pixel24 » 27.07.2005 10:30:15

Danke für die Info. Nun habe ich ein ganz anderes Problem. Da ich Gestern weg mußte und mein Laptop mitnehmen mußte habe ich den Befehl:

debootstrap --arch i386 sid /var/chroot/sid-ia32 ftp://ftp.debian.org/debian

abgebrochen und das Verzeichnis /var/chroot wieder komplett gelöscht.Heute wollte ich es erneut probieren und bekomme folgenden Fehler:

Code: Alles auswählen

[...]
I: Validating libpam0g
I: Retrieving libpcap0.7
I: Validating libpcap0.7
I: Retrieving libpcre3
I: Validating libpcre3
I: Retrieving libpopt0
I: Validating libpopt0
E: Couldn't download libsigc++-1.2-5c102
Viele Grüße
pixel

Antworten