Advertisement
Guest User

Untitled

a guest
Oct 26th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. johndoe@jd-ubuntu:/etc$ ldd /opt/thunderbird/thunderbird
  2. linux-vdso.so.1 => (0x00007fff641ff000)
  3. libpthread.so.0 => /lib/libpthread.so.0 (0x00007f1b41d6c000)
  4. libdl.so.2 => /lib/libdl.so.2 (0x00007f1b41b68000)
  5. libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f1b41853000)
  6. libm.so.6 => /lib/libm.so.6 (0x00007f1b415d0000)
  7. libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f1b413b9000)
  8. libc.so.6 => /lib/libc.so.6 (0x00007f1b41031000)
  9. /lib64/ld-linux-x86-64.so.2 (0x00007f1b41fad000)
  10. johndoe@jd-ubuntu:/usr/bin$ ldd ./thunderbird
  11. linux-vdso.so.1 => (0x00007fff601ff000)
  12. libpthread.so.0 => /lib/libpthread.so.0 (0x00007fb76fddb000)
  13. libdl.so.2 => /lib/libdl.so.2 (0x00007fb76fbd7000)
  14. libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fb76f8c2000)
  15. libm.so.6 => /lib/libm.so.6 (0x00007fb76f63f000)
  16. libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007fb76f428000)
  17. libc.so.6 => /lib/libc.so.6 (0x00007fb76f0a0000)
  18. /lib64/ld-linux-x86-64.so.2 (0x00007fb77001c000)
  19. johndoe@jd-ubuntu:/$ thunderbird
  20. johndoe@jd-ubuntu:/$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement