Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Unresolved external symbol _strerror_r error while executing libcurl with QT

Unresolved external symbol _strerror_r error while executing libcurl with QT

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
2 Posts 2 Posters 462 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ace04
    wrote on last edited by
    #1
    This post is deleted!
    aha_1980A 1 Reply Last reply
    0
    • A Ace04

      This post is deleted!

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Ace04 said in Unresolved external symbol _strerror_r error while executing libcurl with QT:

      LIBS += -L"$$PRO_FILE_PWD/dependencies/SSL/lib/" libcrypto.a libssl.a

      Your LIBS lines are wrong.

      Correct would be: LIBS += -L"$$_PRO_FILE_PWD_/dependencies/SSL/lib" -lcrypto -lssl (Add -l, omit lib... and .a.

      Also, convert all backslashes to forward slashes.

      Also, remove all trailing slashes from the paths (INCLUDEPATH and LIBS)

      Regards.

      Qt has to stay free or it will die.

      1 Reply Last reply
      4

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved