| Summary: | curl update throws error | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Gopikannan Ellappan <gopikannan.ellappan> |
| Component: | curl | Assignee: | Kamil Dudka <kdudka> |
| Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4 | CC: | gopikannan.ellappan |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-12 20:29:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Gopikannan Ellappan
2013-11-12 16:38:00 UTC
Please provide the output of the following command: rpm -q libcurl --requires | grep ssh root@node1> rpm -q libcurl --requires |grep ssh libssh2(x86-64) >= 1.4.2 libssh2.so.1()(64bit) root@node1> I got it, Now I need to install 1.4.2 version of libssh2. I will try this and let you know the result. Thank you ! Your system apparently suffers from broken RPM dependencies. You have installed libcurl, which requires libssh2(x86-64) >= 1.4.2 despite you have no such package installed on your system. How did you upgrade libcurl? here we have the older version of libssh2. libssh2-1.2.2-7.el6_2.3.x86_64 So I should update, correct ? Yes. But I do not understand how you installed libcurl-7.19.7-37.el6_4.x86_64 without installing a new enough version of libssh2 first. Neither yum, nor rpm would allow it by default. Even I'm not sure, how it got installed since this is the first time I'm using this machine..!! Anyways - my issue got solved. Thanks for your quick help and I will let you know if I get any updates from my colleagues abt the installation. The libcurl package correctly requires a new enough version of libssh2 in order to prevent the above reported broken linkage. For some reason, the packages installed on the system did not satisfy the dependency. There is nothing to be fixed in curl or libssh2 packages, therefore I am closing this bug. |