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
Debian-3.1-64 für 32Bit-Apps konfigurieren
Hi,
ich hab das gleiche Tutorial durchgemacht und das evtl. übersehen. Also ich hab folgende Linker bzw. die Links dazu
Also alle Pfade vom 64-Bit System aus betrachtet und das läuft alles soweit
Gruss Zorin
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
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
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:
Viele Grüße
pixel
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
pixel