TECHIES WORLD

For Techs.... Techniques.... Technologies....

AWSBashLinux

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…