> > You might not have that symlink. > > root@pepa:~# ls -la /lib/ld-linux.so.3 > > lrwxrwxrwx 1 root root 10 Nov 12 10:01 /lib/ld-linux.so.3 -> ld-2.15.so* > > localhost / # find / -name ld-linux.so.3 > localhost / # > > localhost / # find / -name ld-2.15.so > /lib/ld-2.15.so > > localhost / # ls -al /lib/ld-2.15.so > -rwxr-xr-x 1 root root 101564 Sep 19 02:26 /lib/ld-2.15.so > > Any clue?
Well, you could always create the symlink yourself and see if cpio happens to work? If not, you could try using the cpio from armedslack-13.37. I don't have a 13.37 machine online at the moment so I can't check what the 'interpreter' is. _______________________________________________ ARMedslack mailing list [email protected] http://lists.armedslack.org/mailman/listinfo/armedslack
