在CentOS 6上需要帮助升级curl

我有一个curl版本7.19.7的CentOS 6服务器。 由于某些原因不支持NTLM身份validation。 我在redhat的站点上find了这个线程: https ://bugzilla.redhat.com/show_bug.cgi?id = 603783,它看起来应该在7.20.1-3上工作。

我正在很难升级curl。 我努力了:

yum install curl-7.24.0-1.0.cf.rhel6.x86_64.rpm libcurl-7.24.0-1.0.cf.rhel6.x86_64.rpm libssh2-1.3.0-4.fc17.x86_64.rpm c-ares-1.7.5-2.fc17.x86_64.rpm 

但是我得到:

 Error: Package: c-ares-1.7.5-2.fc17.x86_64 (/c-ares-1.7.5-2.fc17.x86_64) Requires: libc.so.6(GLIBC_2.14)(64bit) Error: Package: libssh2-1.3.0-4.fc17.x86_64 (/libssh2-1.3.0-4.fc17.x86_64) Requires: libc.so.6(GLIBC_2.14)(64bit) Error: Package: c-ares-1.7.5-2.fc17.x86_64 (/c-ares-1.7.5-2.fc17.x86_64) Requires: libc.so.6(GLIBC_2.15)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest 

我试图添加glibc,然后它想要更多的依赖关系,并继续前进。 有没有更简单的方法来做到这一点? 我担心如果我继续添加更多的东西最终会突破。

这是我发现的关于curl问题的线索 – https://bugzilla.redhat.com/show_bug.cgi?id=603783

是否有可能你在一个32位系统,而不是一个64位?

尝试只是“yum -y升级curl”并粘贴发生了什么。