- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: RPM conflicts
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 01:50 AM
12-05-2003 01:50 AM
RPM conflicts
file /usr/share/man/man1/spkac.1ssl.gz from install of openssl-0.9.7a-20 conflicts with file from package openssl-0.9.7a-2
file /usr/share/man/man1/sslpasswd.1ssl.gz from install of openssl-0.9.7a-20 conflicts with file from package openssl-0.9.7a-2
file /usr/share/man/man1/sslrand.1ssl.gz from install of openssl-0.9.7a-20 conflicts with file from package openssl-0.9.7a-2
file /usr/share/man/man1/verify.1ssl.gz from install of openssl-0.9.7a-20 conflicts with
file from package openssl-0.9.7a-2
file /usr/share/man/man1/version.1ssl.gz from install of openssl-0.9.7a-20 conflicts with file from package openssl-0.9.7a-2
file /usr/share/man/man1/x509.1ssl.gz from install of openssl-0.9.7a-20 conflicts with file from package openssl-0.9.7a-2
file /usr/share/man/man5/config.5ssl.gz from install of openssl-0.9.7a-20 conflicts with
file from package openssl-0.9.7a-2
file /usr/share/man/man7/des_modes.7ssl.gz from install of openssl-0.9.7a-20 conflicts with file from package openssl-0.9.7a-2
file /usr/share/ssl/certs/ca-bundle.crt from install of openssl-0.9.7a-20 conflicts with
file from package openssl-0.9.7a-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 02:07 AM
12-05-2003 02:07 AM
Re: RPM conflicts
You could try "forcing" the rpm install as, if they really are the same or it is conflicting with a previous .gz file, it wont really matter because it's the same software.
I think its "rpm --force -i" but you might want to check the man page on that or wait for Huc to tell you :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 02:15 AM
12-05-2003 02:15 AM
Re: RPM conflicts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 03:19 AM
12-05-2003 03:19 AM
Re: RPM conflicts
# rpm -Fvh openssl-0.9.7a-20.i386.rpm
"F" option will only upgrade a package if an older version is already installed.
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 04:24 AM
12-05-2003 04:24 AM
Re: RPM conflicts
my 2paise.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 09:02 AM
12-05-2003 09:02 AM
Re: RPM conflicts
I have tryed to answer this in the following link
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=292708
please follow-up there ...
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 09:26 AM
12-05-2003 09:26 AM
Re: RPM conflicts
zinser@bibo:~> rpm -q -a | grep -i ssl
openssl-0.9.6i-12
(And yes, I do have a never SSL, but that was installed directly from the source tarball, so rpm does not know about it ;-)