Hello,
Due to My WordPress Dashboard Warnings... I was Trying to Install cURL.
But, After some research, I came to Understand that cURL is Installed by Default, But the Version is 7.29
So, I think about Upgrading it.
After Posting on this Forum - https://www.litespeedtech.com/support/forum/threads/how-to-update-curl.18424/
I found This URL - https://www.litespeedtech.com/suppo...sion:curl#compile_and_install_the_latest_curl
The DOC for Update cURL
in This Doc, cURL 7.67 was Installed.
I was looking to get the Latest Version, After checking Their site... I came to Understand 7.69.1 is stable
Then, I just Modified the code as seen below.
Then, I run this command to check cURL Installed Latest or NOT
SSH Window showed the V 7.69.1
Then, I modified and run those PHP Commands as seen below.
Then, I run
After reboot
shows 7.69.1
But, My WordPress Dashboard not Solved the Warning.
So, I created a PHP Info File and Checked it...
There No Informations About cURL.
is there any Mistake I did?
Due to My WordPress Dashboard Warnings... I was Trying to Install cURL.
But, After some research, I came to Understand that cURL is Installed by Default, But the Version is 7.29
So, I think about Upgrading it.
After Posting on this Forum - https://www.litespeedtech.com/support/forum/threads/how-to-update-curl.18424/
I found This URL - https://www.litespeedtech.com/suppo...sion:curl#compile_and_install_the_latest_curl
The DOC for Update cURL
in This Doc, cURL 7.67 was Installed.
I was looking to get the Latest Version, After checking Their site... I came to Understand 7.69.1 is stable
Then, I just Modified the code as seen below.
Code:
wget https://curl.haxx.se/download/curl-7.69.1.tar.gz
tar xzvf curl-7.69.1.tar.gz
cd curl-7.69.1
./configure
make
make install
Code:
curl -V
Then, I modified and run those PHP Commands as seen below.
Code:
wget https://www.php.net/distributions/php-7.4.4.tar.gz
tar xzvf php-7.4.4.tar.gz
cd php-7.4.4/ext/curl
/usr/local/lsws/lsphp74/bin/phpize
./configure --with-php-config=/usr/local/lsws/lsphp74/bin/php-config --with-curl=/usr/local/bin
make
make install
Code:
reboot
Code:
curl -V
But, My WordPress Dashboard not Solved the Warning.
So, I created a PHP Info File and Checked it...
There No Informations About cURL.
is there any Mistake I did?