Hi,
Yoast SEO gave me a warning about cURL version being too old. So, I tried to update it to the latest version with those codes:
But I think I need to recompile PHP. How and where can I do that ? Can I do it just by clicking on Build Matching LSPHP ?
Thanks
Yoast SEO gave me a warning about cURL version being too old. So, I tried to update it to the latest version with those codes:
Code:
cd /usr/local/src/
curl http://curl.haxx.se/download/curl-7.49.1.tar.gz | tar xvz
cd curl-7.49.1/
./configure && make && make install
curl -V
Thanks