On 20 November 2012 10:44, Stuart Winter <[email protected]> wrote: > What does this give: > > readelf -a /bin/tar | grep interpreter: > > vs > > readelf -a /tmp/bin/cpio | grep interpreter:
localhost / # readelf bash: readelf: command not found localhost / # find / -name readelf > > 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? -- Ottavio _______________________________________________ ARMedslack mailing list [email protected] http://lists.armedslack.org/mailman/listinfo/armedslack
