Control Web Panel

WebPanel => Updates => Topic started by: mazatemp on July 12, 2016, 10:31:20 AM

Title: update libcurl
Post by: mazatemp on July 12, 2016, 10:31:20 AM
Hi,

How to update libcurl on CWP server? I want to update the curl library from 7.19 to 7.40.. or to latest. Can anyone help?

Title: Re: update libcurl
Post by: Administrator on July 12, 2016, 01:57:28 PM
default centos repository has version 7.19 so installing some other version would be something custom, why do you need it ?
Title: Re: update libcurl
Post by: mazatemp on July 13, 2016, 04:21:06 AM
Hi,

I need it to update to fix paypal issue.
Please advice, how can I update it.
Title: Re: update libcurl
Post by: Administrator on July 13, 2016, 12:39:19 PM
this is a custom request and to investigate this you would need to contact support as this would need to be tested manually.
Title: Re: update libcurl
Post by: chkuo on July 18, 2016, 11:34:09 PM
You could update yourself.

#rpm -Uvh http://nervion.us.es/city-fan/yum-repo/rhel6/x86_64/city-fan.org-release-1-13.rhel6.noarch.rpm

updae file /etc/yum.repos.d/city-fan.repo change enabled to 1
[CityFan]
name=City Fan Repo
baseurl=http://nervion.us.es/city-fan/yum-repo/rhel$releasever/$basearch/
enabled=1
gpgcheck=0

#yum update libcurl

done.
ref: https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in-centos6