Dear All,
I have centos 4.5 final and when i installed it there is a openssl version openssl-0.9.7a-43.16 ..
i need to upgrade it to openssl 0.9.8 .. also when i try to uninstall it it gives me a failed dependency errror
actually i did a nodeps and uninstalled openssl ver 0.9.8 but when my sendmail was restatered compalined saying libssl.so.4 missing or error
actually i found that thaere was libssl.so.6 in /lib directory.
if i say yum update openssl or yum install openssl it searches the repositories and says nothin to do.
How can i upgrade my openssl...
apprecite if u can guide me
thnks and regards
simon
unless there is a certain feature you have to have the version number is nothing to worry about. RHEL(Centos) has all of the security and bugfix patches form the latest vanilla version backported to the one you're seeing.
mailadmin@baladia.gov.kw wrote:
Dear All,
I have centos 4.5 final and when i installed it there is a openssl version openssl-0.9.7a-43.16 ..
i need to upgrade it to openssl 0.9.8 .. also when i try to uninstall it it gives me a failed dependency errror
actually i did a nodeps and uninstalled openssl ver 0.9.8 but when my sendmail was restatered compalined saying libssl.so.4 missing or error
actually i found that thaere was libssl.so.6 in /lib directory.
if i say yum update openssl or yum install openssl it searches the repositories and says nothin to do.
How can i upgrade my openssl...
apprecite if u can guide me
thnks and regards
simon
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
mailadmin@baladia.gov.kw wrote:
Dear All,
I have centos 4.5 final and when i installed it there is a openssl version openssl-0.9.7a-43.16 ..
i need to upgrade it to openssl 0.9.8 .. also when i try to uninstall it it gives me a failed dependency errror
actually i did a nodeps and uninstalled openssl ver 0.9.8 but when my sendmail was restatered compalined saying libssl.so.4 missing or error
actually i found that thaere was libssl.so.6 in /lib directory.
if i say yum update openssl or yum install openssl it searches the repositories and says nothin to do.
How can i upgrade my openssl...
apprecite if u can guide me
thnks and regards
simon
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
HI Simon,
I'm no expert, but when I've run into this type of issue with an installed component on CentOS 5, I've learned here that performing:
yum clean yum update
often does the trick.
HTH,
~Ray
Ray Leventhal schrieb:
mailadmin@baladia.gov.kw wrote:
Dear All,
I have centos 4.5 final and when i installed it there is a openssl version openssl-0.9.7a-43.16 ..
i need to upgrade it to openssl 0.9.8 .. also when i try to uninstall it it gives me a failed dependency errror
ailman/listinfo/centos
HI Simon,
I'm no expert, but when I've run into this type of issue with an installed component on CentOS 5, I've learned here that performing:
yum clean yum update
often does the trick.
HTH,
~Ray
Ray, that will not change anything for him. The openssl version he named is the latest for CentOS 4.5. Period.
The question is, why he thinks he "needs" openssl 0.9.8. The risk to break most of his system by exchanging openssl is very high.
Alexander
Alexander Dalloz wrote:
Ray Leventhal schrieb:
mailadmin@baladia.gov.kw wrote:
Dear All,
I have centos 4.5 final and when i installed it there is a openssl version openssl-0.9.7a-43.16 ..
i need to upgrade it to openssl 0.9.8 .. also when i try to uninstall it it gives me a failed dependency errror
ailman/listinfo/centos
HI Simon,
I'm no expert, but when I've run into this type of issue with an installed component on CentOS 5, I've learned here that performing:
yum clean yum update
often does the trick.
HTH,
~Ray
Ray, that will not change anything for him. The openssl version he named is the latest for CentOS 4.5. Period.
The question is, why he thinks he "needs" openssl 0.9.8. The risk to break most of his system by exchanging openssl is very high.
Alexander
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi Alexander,
Thanks for that...I didn't know that wouldn't help him, but I'm glad to have read your post.
I did understand that there wasn't much of a *real* (define real here <g>) to upgrade his openssl, but alas...clearly he feels he needs to.
Thanks again, Alexander.
Regards, ~Ray
Ray Leventhal wrote:
mailadmin@baladia.gov.kw wrote:
Dear All,
I have centos 4.5 final and when i installed it there is a openssl version openssl-0.9.7a-43.16 ..
i need to upgrade it to openssl 0.9.8 .. also when i try to uninstall it it gives me a failed dependency errror
actually i did a nodeps and uninstalled openssl ver 0.9.8 but when my sendmail was restatered compalined saying libssl.so.4 missing or error
actually i found that thaere was libssl.so.6 in /lib directory.
if i say yum update openssl or yum install openssl it searches the repositories and says nothin to do.
How can i upgrade my openssl...
apprecite if u can guide me
HI Simon,
I'm no expert, but when I've run into this type of issue with an installed component on CentOS 5, I've learned here that performing:
yum clean yum update
often does the trick.
In this case he wants a version of openssl that is not in CentOS-4.5 ... probably because some lame "vulnerability checker" says that he needs "greater than version 0.9.8 of openssl" to fix a specific vulnerability.
Checkers like that do not take into account that Red Hat will fix CVE's by the backport method in their enterprise software:
http://www.redhat.com/advice/speaks_backport.html
So ... if the problem is a vulnerability checker, then what you need is the CVE number of the problem and look for it here:
https://rhn.redhat.com/errata/rhel4as-errata.html
(go into openssl updates and look for that CVE)
You should also (if the problem is fixed) tell the maker of your scanner that it does not take into account the Enterprise software used in 85% of enterprise linux deployments ... and that it probably should do so if it expects to be taken seriously in the enterprise.
Thanks, Johnny Hughes