Advertisement
Guest User

c++ scraper.cpp

a guest
Dec 7th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.66 KB | None | 0 0
  1. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `webdriverxx::detail::HttpHeaders::~HttpHeaders()':
  2. scraper.cpp:(.text._ZN11webdriverxx6detail11HttpHeadersD2Ev[_ZN11webdriverxx6detail11HttpHeadersD5Ev]+0x1b): undefined reference to `curl_slist_free_all'
  3. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `webdriverxx::detail::HttpHeaders::Add(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  4. scraper.cpp:(.text._ZN11webdriverxx6detail11HttpHeaders3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_[_ZN11webdriverxx6detail11HttpHeaders3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_]+0x99): undefined reference to `curl_slist_append'
  5. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `webdriverxx::detail::HttpRequest::Execute()':
  6. scraper.cpp:(.text._ZN11webdriverxx6detail11HttpRequest7ExecuteEv[_ZN11webdriverxx6detail11HttpRequest7ExecuteEv]+0x3e): undefined reference to `curl_easy_reset'
  7. /usr/bin/ld: scraper.cpp:(.text._ZN11webdriverxx6detail11HttpRequest7ExecuteEv[_ZN11webdriverxx6detail11HttpRequest7ExecuteEv]+0x21a): undefined reference to `curl_easy_perform'
  8. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `webdriverxx::detail::HttpRequest::GetHttpCode() const':
  9. scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest11GetHttpCodeEv[_ZNK11webdriverxx6detail11HttpRequest11GetHttpCodeEv]+0x53): undefined reference to `curl_easy_getinfo'
  10. /usr/bin/ld: scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest11GetHttpCodeEv[_ZNK11webdriverxx6detail11HttpRequest11GetHttpCodeEv]+0xf7): undefined reference to `curl_easy_strerror'
  11. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `webdriverxx::detail::HttpConnection::~HttpConnection()':
  12. scraper.cpp:(.text._ZN11webdriverxx6detail14HttpConnectionD2Ev[_ZN11webdriverxx6detail14HttpConnectionD5Ev]+0x39): undefined reference to `curl_easy_cleanup'
  13. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `webdriverxx::detail::HttpConnection::InitCurl()':
  14. scraper.cpp:(.text._ZN11webdriverxx6detail14HttpConnection8InitCurlEv[_ZN11webdriverxx6detail14HttpConnection8InitCurlEv]+0x22): undefined reference to `curl_easy_init'
  15. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `void webdriverxx::detail::HttpRequest::SetOption<char const*>(CURLoption, char const* const&) const':
  16. scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIPKcEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIPKcEEv10CURLoptionRKT_]+0x5b): undefined reference to `curl_easy_setopt'
  17. /usr/bin/ld: scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIPKcEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIPKcEEv10CURLoptionRKT_]+0x132): undefined reference to `curl_easy_strerror'
  18. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `void webdriverxx::detail::HttpRequest::SetOption<unsigned long (*)(void*, unsigned long, unsigned long, void*)>(CURLoption, unsigned long (* const&)(void*, unsigned long, unsigned long, void*)) const':
  19. scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIPFmPvmmS3_EEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIPFmPvmmS3_EEEv10CURLoptionRKT_]+0x5b): undefined reference to `curl_easy_setopt'
  20. /usr/bin/ld: scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIPFmPvmmS3_EEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIPFmPvmmS3_EEEv10CURLoptionRKT_]+0x132): undefined reference to `curl_easy_strerror'
  21. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `void webdriverxx::detail::HttpRequest::SetOption<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(CURLoption, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* const&) const':
  22. scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEv10CURLoptionRKT_]+0x5b): undefined reference to `curl_easy_setopt'
  23. /usr/bin/ld: scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEv10CURLoptionRKT_]+0x132): undefined reference to `curl_easy_strerror'
  24. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `void webdriverxx::detail::HttpRequest::SetOption<char (*) [256]>(CURLoption, char (* const&) [256]) const':
  25. scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIPA256_cEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIPA256_cEEv10CURLoptionRKT_]+0x5b): undefined reference to `curl_easy_setopt'
  26. /usr/bin/ld: scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIPA256_cEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIPA256_cEEv10CURLoptionRKT_]+0x132): undefined reference to `curl_easy_strerror'
  27. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `void webdriverxx::detail::HttpRequest::SetOption<curl_slist*>(CURLoption, curl_slist* const&) const':
  28. scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIP10curl_slistEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIP10curl_slistEEv10CURLoptionRKT_]+0x5b): undefined reference to `curl_easy_setopt'
  29. /usr/bin/ld: scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIP10curl_slistEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIP10curl_slistEEv10CURLoptionRKT_]+0x132): undefined reference to `curl_easy_strerror'
  30. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `void webdriverxx::detail::HttpRequest::SetOption<char [7]>(CURLoption, char const (&) [7]) const':
  31. scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIA7_cEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIA7_cEEv10CURLoptionRKT_]+0x58): undefined reference to `curl_easy_setopt'
  32. /usr/bin/ld: scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIA7_cEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIA7_cEEv10CURLoptionRKT_]+0x12f): undefined reference to `curl_easy_strerror'
  33. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `void webdriverxx::detail::HttpRequest::SetOption<long>(CURLoption, long const&) const':
  34. scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIlEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIlEEv10CURLoptionRKT_]+0x5b): undefined reference to `curl_easy_setopt'
  35. /usr/bin/ld: scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIlEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIlEEv10CURLoptionRKT_]+0x132): undefined reference to `curl_easy_strerror'
  36. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `void webdriverxx::detail::HttpRequest::SetOption<unsigned long>(CURLoption, unsigned long const&) const':
  37. scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionImEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionImEEv10CURLoptionRKT_]+0x5b): undefined reference to `curl_easy_setopt'
  38. /usr/bin/ld: scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionImEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionImEEv10CURLoptionRKT_]+0x132): undefined reference to `curl_easy_strerror'
  39. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `void webdriverxx::detail::HttpRequest::SetOption<unsigned long (void*, unsigned long, unsigned long, void*)>(CURLoption, unsigned long ( const&)(void*, unsigned long, unsigned long, void*)) const':
  40. scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIFmPvmmS3_EEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIFmPvmmS3_EEEv10CURLoptionRKT_]+0x58): undefined reference to `curl_easy_setopt'
  41. /usr/bin/ld: scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIFmPvmmS3_EEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIFmPvmmS3_EEEv10CURLoptionRKT_]+0x12f): undefined reference to `curl_easy_strerror'
  42. /usr/bin/ld: /tmp/ccq1NjKv.o: in function `void webdriverxx::detail::HttpRequest::SetOption<webdriverxx::detail::HttpPostRequest*>(CURLoption, webdriverxx::detail::HttpPostRequest* const&) const':
  43. scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIPNS0_15HttpPostRequestEEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIPNS0_15HttpPostRequestEEEv10CURLoptionRKT_]+0x5b): undefined reference to `curl_easy_setopt'
  44. /usr/bin/ld: scraper.cpp:(.text._ZNK11webdriverxx6detail11HttpRequest9SetOptionIPNS0_15HttpPostRequestEEEv10CURLoptionRKT_[_ZNK11webdriverxx6detail11HttpRequest9SetOptionIPNS0_15HttpPostRequestEEEv10CURLoptionRKT_]+0x132): undefined reference to `curl_easy_strerror'
  45. collect2: error: ld returned 1 exit status
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement