Allan Wind wrote: > > You are trying to create a cross-device hard-link (two different > partitions?). Soft linking will not work, so I think your option is > making a copy (and ensure processes are in place to keep it updated). No, soft-linking will work. This is one reason why soft-links exist.
However, he did not create a soft-link, he created a hard one, which cannot span filesystems. He needs to run: ln -s /var/chroot/sid-ia32/lib/ld-linux.so.2 /lib as root to set things up. Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

