rainer herrendoerfer <[EMAIL PROTECTED]> writes: > When I try starting firefox using > /var/chroot/sarge-ia32/usr/bin/firefox& > i get > grep: error while loading shared libraries: libc.so.6: cannot open > shared object file: No such file or directory > cut: error while loading shared libraries: libc.so.6: cannot open shared > object file: No such file or directory > sed: error while loading shared libraries: libc.so.6: cannot open shared > object file: No such file or directory > /usr/bin/artsdsp: line 108: /usr/lib/mozilla-firefox/firefox-bin: Datei > oder Verzeichnis nicht gefunden > /usr/bin/artsdsp: line 108: exec: /usr/lib/mozilla-firefox/firefox-bin: > cannot execute: Datei oder Verzeichnis nicht gefunden > (translates to: file or directory not found)
You to put the 32 bit library locations in your /etc/ld.so.conf. And you have to have the 32 bit ldd installed. For that copy or symlink /var//chroot/sarge-ia32/lib/ld-2.3.2.so to /lib/ld-linux.so.2. Then run ldconfig. Matthias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

