Page 1 of 1

Curl and OpenSSL not updating in phpinfo

Posted: 2017/10/27 11:50:58
by Kinetal
I can't take payments on my website because curl and openssl is outdated, according to phpinfo.
I have updated curl (commands below) and curl -V shows everything is no up to date but it's not updating in phpinfo. I have restarted apache but no luck.

Code: Select all

cd /usr/local/src/
curl https://curl.haxx.se/download/curl-7.56.1.tar.gz | tar xvz
cd curl-7.56.1/
./configure --with-ssl && make && make install
curl -V
I have attached screenshots.

Any tips or help is greatly appreciated.

Thanks

Re: Curl and OpenSSL not updating in phpinfo

Posted: 2017/10/27 11:57:57
by avij
Even your previous curl version is not what is shipped in CentOS -- the CentOS version of curl is 7.29.0.

Are you perhaps running some sort of a control panel? They may replace web server packages with their own. Perhaps ask them.

In either case, this venue is unable to provide assistance with building from source or with such software that has been installed from source.

Re: Curl and OpenSSL not updating in phpinfo

Posted: 2017/10/27 12:12:02
by Kinetal
It's a GoDaddy VPS running CPanel / WHM and PHP has been configured using EasyApache 3.

Re: Curl and OpenSSL not updating in phpinfo

Posted: 2017/10/27 12:31:51
by avij
Right, that's what I thought.

Re: Curl and OpenSSL not updating in phpinfo

Posted: 2017/10/28 16:03:08
by Whoever
Kinetal wrote:It's a GoDaddy VPS running CPanel / WHM and PHP has been configured using EasyApache 3.
CPanel modifies CentOS so much that it can no longer be considered CentOS.

You are paying GoDaddy for CPanel. Ask GoDaddy for support.