Hi,
While yumming some packages, I keep getting the errors below. How to overcome it?
Transaction Check Error: file /usr/share/man/man1/asn1parse.1ssl.gz from install of openssl-0.9.8b-8.3.el5 conflicts with file from package openssl-0.9.8b-8.3.el5 file /usr/share/man/man1/nseq.1ssl.gz from install of openssl-0.9.8b-8.3.el5 conflicts with file from package openssl-0.9.8b-8.3.el5 file /usr/share/man/man1/ocsp.1ssl.gz from install of openssl-0.9.8b-8.3.el5 conflicts with file from package openssl-0.9.8b-8.3.el5 file /usr/share/man/man1/smime.1ssl.gz from install of openssl-0.9.8b-8.3.el5 conflicts with file from package openssl-0.9.8b-8.3.el5
thanks and regards
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of CentOS List Sent: Wednesday, August 22, 2007 2:18 PM To: CentOS mailing list Subject: [CentOS] x86_64 openssl conflict
Hi,
While yumming some packages, I keep getting the errors below. How to overcome it?
Transaction Check Error: file /usr/share/man/man1/asn1parse.1ssl.gz from install of openssl-0.9.8b-8.3.el5 conflicts with file from package openssl-0.9.8b-8.3.el5 file /usr/share/man/man1/nseq.1ssl.gz from install of openssl-0.9.8b-8.3.el5 conflicts with file from package openssl-0.9.8b-8.3.el5 file /usr/share/man/man1/ocsp.1ssl.gz from install of openssl-0.9.8b-8.3.el5 conflicts with file from package openssl-0.9.8b-8.3.el5 file /usr/share/man/man1/smime.1ssl.gz from install of openssl-0.9.8b-8.3.el5 conflicts with file from package openssl-0.9.8b-8.3.el5
try a 'yum remove openssl.i386' then retry.
-Ross
______________________________________________________________________ This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
On 8/22/07, Ross S. W. Walker rwalker@medallion.com wrote:
-----Original Message----- Sent: Wednesday, August 22, 2007 2:18 PM Subject: [CentOS] x86_64 openssl conflict While yumming some packages, I keep getting the errors below. How to overcome it?
Transaction Check Error: file /usr/share/man/man1/asn1parse.1ssl.gz from install of openssl-0.9.8b-8.3.el5 conflicts with file from package openssl-0.9.8b-8.3.el5
try a 'yum remove openssl.i386' then retry.
-Ross
In a situation like this, it will be helpful to see the arch of package names. Add this line:
%_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch}
to either ~/.rpmmacros or /etc/rpm/macros (system wide).
Akemi
While yumming some packages, I keep getting the errors below. How to overcome it?
Transaction Check Error: file /usr/share/man/man1/asn1parse.1ssl.gz from install of openssl-0.9.8b-8.3.el5 conflicts with file from package openssl-0.9.8b-8.3.el5
try a 'yum remove openssl.i386' then retry.
-Ross
In a situation like this, it will be helpful to see the arch of package names. Add this line:
%_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch}
to either ~/.rpmmacros or /etc/rpm/macros (system wide).
Add to?
Thanks
On 8/22/07, CentOS List centoslist@gmail.com wrote:
In a situation like this, it will be helpful to see the arch of package names. Add this line:
%_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch}
to either ~/.rpmmacros or /etc/rpm/macros (system wide).
Add to?
Look at the last line that starts with a "to either "
Akemi