Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. sys/install.sh
  2. ....
  3. /usr/bin/ld: warning: libr_db.so.0.9.8.git, needed by /root/Projects/r2/radare2/libr/bin/libr_bin.so, not found (try using -rpath or -rpath-link)
  4. /usr/bin/ld: warning: libr_io.so.0.9.8.git, needed by /root/Projects/r2/radare2/libr/bin/libr_bin.so, not found (try using -rpath or -rpath-link)
  5. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_array_push'
  6. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_new0'
  7. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_array_set'
  8. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_itoa'
  9. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_ns'
  10. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_bool_set'
  11. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_foreach'
  12. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_set'
  13. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_get'
  14. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_unset'
  15. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_new'
  16. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_free'
  17. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_num_set'
  18. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `r_io_bind'
  19. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_add'
  20. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_array_get'
  21. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_ns_set'
  22. /root/Projects/r2/radare2/libr/bin/libr_bin.so: undefined reference to `sdb_atoi'
  23. collect2: error: ld returned 1 exit status
  24. make[2]: *** [pdb_parser] Error 1
  25. make[1]: *** [all] Error 1
  26. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement