fatal error: curl/curl.h: No such file or directory
If you’re missing the curl/curl.h header file, chances are you’re just missing the correct dev package file for the curl library.
sudo apt-get install libcurl4-gnutls-dev
That should fix it.
|
|||||
fatal error: curl/curl.h: No such file or directory | Ubuntu 12.04fatal error: curl/curl.h: No such file or directory
If you’re missing the curl/curl.h header file, chances are you’re just missing the correct dev package file for the curl library. sudo apt-get install libcurl4-gnutls-dev
That should fix it. 1 comment to fatal error: curl/curl.h: No such file or directory | Ubuntu 12.04Leave a Reply |
|||||
Copyright © 2021 Alex Sleat - All Rights Reserved |
Thank you .