ld-linux.exe: error: cannot find -lcurl

Issue #122 new
Former user created an issue

If we use these units: System.Net.HttpClient, System.Net.HttpClientComponent the project cannot be compiled using FMXLunux, we get the error: "ld-linux.exe: error: cannot find -lcurl"

Comments (1)

  1. Amaldeli

    For Ubuntu you might need:

    sudo apt-get install zlib1g-dev
    sudo apt-get install libcurl4-openssl-dev
    

    Don't forget to update local file cache of the SDK

  2. Log in to comment