Update Curl - Centos 6.7

kram
Forum Regular
Forum Regular
Posts: 243
Joined: Sat Dec 11, 2004 2:33 pm
Location: South Africa

Update Curl - Centos 6.7

Unread post by kram »

Hello all,

I am trying to upgrade Curl.
I added the city-fan.org repo and received the following errors.
Any suggestions?

Error: Package: libcurl-7.45.0-1.0.cf.rhel6.x86_64 (city-fan.org)
Requires: libssh2(x86-64) >= 1.6.0
Installed: libssh2-1.4.2-1.el6.x86_64 (@base)
libssh2(x86-64) = 1.4.2-1.el6
Available: libssh2-0.18-10.el6.art.x86_64 (atomic)
libssh2(x86-64) = 0.18-10.el6.art
Error: Package: libcurl-7.45.0-1.0.cf.rhel6.i686 (city-fan.org)
Requires: libssh2(x86-32) >= 1.6.0
Installed: libssh2-1.4.2-1.el6.i686 (@base)
libssh2(x86-32) = 1.4.2-1.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

I removed the city-fan.org repo and tried to install / update libssh2-devel

Error: Package: libssh2-devel-0.18-10.el6.art.x86_64 (atomic)
Requires: libssh2 = 0.18-10.el6.art
Installed: libssh2-1.4.2-1.el6.i686 (@base)
libssh2 = 1.4.2-1.el6
Available: libssh2-0.18-10.el6.art.x86_64 (atomic)
libssh2 = 0.18-10.el6.art
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Mark Brindley
2Large Networks - Web solutions that work
MehdiMoz
Forum User
Forum User
Posts: 7
Joined: Thu Dec 31, 2015 9:41 pm
Location: CA

Re: Update Curl - Centos 6.7

Unread post by MehdiMoz »

As you can clearly see from the log output of the yum libessh2-devel requires libssh2
try installting libssh2 first or together

Code: Select all

yum install libssh2 libessh2-devel[ /code]
Post Reply