Author Topic: update libcurl  (Read 15754 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
update libcurl
« 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?


Offline
*
Re: update libcurl
« Reply #1 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 ?
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: update libcurl
« Reply #2 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.

Offline
*
Re: update libcurl
« Reply #3 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.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: update libcurl
« Reply #4 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