Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 1
    What about the dynamic linker itself (ld-linux.so or other)? Do an ldd to see what ls needs Commented Jul 23, 2014 at 8:29
  • so true, @StéphaneChazelas. It appears that I'm missing ld-linux! Commented Jul 23, 2014 at 8:31
  • Can you add strace -s 1024 to get the full message of strace. Commented Jul 23, 2014 at 8:32
  • -s 1024 only shows more of the libc.so.6 contents. Commented Jul 23, 2014 at 8:51
  • @MattBianco: so -s 0? some lines like execve("/bin/ls", ["/bin/ls"], [/* 32 vars */]) is not printed enough. Commented Jul 23, 2014 at 8:56