Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. r@drt ~/D/test> c++ -I/usr/local/include -L/usr/local/lib -ltls jabber.cpp
  2. /usr/bin/ld: error: undefined symbol: BIO_f_base64
  3. >>> referenced by jabber.cpp
  4. >>> /tmp/jabber-71af94.o:(main)
  5.  
  6. /usr/bin/ld: error: undefined symbol: BIO_new
  7. >>> referenced by jabber.cpp
  8. >>> /tmp/jabber-71af94.o:(main)
  9.  
  10. /usr/bin/ld: error: undefined symbol: BIO_s_mem
  11. >>> referenced by jabber.cpp
  12. >>> /tmp/jabber-71af94.o:(main)
  13.  
  14. /usr/bin/ld: error: undefined symbol: BIO_new
  15. >>> referenced by jabber.cpp
  16. >>> /tmp/jabber-71af94.o:(main)
  17.  
  18. /usr/bin/ld: error: undefined symbol: BIO_push
  19. >>> referenced by jabber.cpp
  20. >>> /tmp/jabber-71af94.o:(main)
  21.  
  22. /usr/bin/ld: error: undefined symbol: BIO_set_flags
  23. >>> referenced by jabber.cpp
  24. >>> /tmp/jabber-71af94.o:(main)
  25.  
  26. /usr/bin/ld: error: undefined symbol: BIO_write
  27. >>> referenced by jabber.cpp
  28. >>> /tmp/jabber-71af94.o:(main)
  29.  
  30. /usr/bin/ld: error: undefined symbol: BIO_ctrl
  31. >>> referenced by jabber.cpp
  32. >>> /tmp/jabber-71af94.o:(main)
  33.  
  34. /usr/bin/ld: error: undefined symbol: BIO_ctrl
  35. >>> referenced by jabber.cpp
  36. >>> /tmp/jabber-71af94.o:(main)
  37.  
  38. /usr/bin/ld: error: undefined symbol: BIO_ctrl
  39. >>> referenced by jabber.cpp
  40. >>> /tmp/jabber-71af94.o:(main)
  41.  
  42. /usr/bin/ld: error: undefined symbol: BIO_free_all
  43. >>> referenced by jabber.cpp
  44. >>> /tmp/jabber-71af94.o:(main)
  45. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  46. r@drt ~/D/test>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement