Error: curl/curl.h: No such file or directory
curl/curl.h: No such file or directory
This error happens because of the absence of curl libraries and can be resolved by installing the same.
#apt-get install libcurl4-openssl-dev
That's all…
For Techs.... Techniques.... Technologies....
curl/curl.h: No such file or directory
This error happens because of the absence of curl libraries and can be resolved by installing the same.
#apt-get install libcurl4-openssl-dev
That's all…