What's the explanation for this:

  $ ldd /usr/compat/linux/bin/pwd
  /usr/compat/linux/bin/pwd:
  /tmp

  $ LD_TRACE_LOADED_OBJECTS=1  /usr/compat/linux/bin/pwd
          libc.so.6 => /lib/libc.so.6 (0x28076000)
          /lib/ld-linux.so.2 (0x28050000)

From what I've read ldd works through setting LD_TRACE_LOADED_OBJECTS,
and neither form should work on a linux binary.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to