- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- failed dependencies..?
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
01-08-2004 05:20 AM
01-08-2004 05:20 AM
failed dependencies..?
[root@mcsd5 src]# rpm -U openssl-0.9.7c-2.i386.rpm
warning: openssl-0.9.7c-2.i386.rpm: V3 DSA signature: NOKEY, key ID e01260f1
error: Failed dependencies:
libcrypto.so.4 is needed by (installed) python-2.2.2-26
libcrypto.so.4 is needed by (installed) cyrus-sasl-2.1.10-4
libcrypto.so.4 is needed by (installed) cyrus-sasl-md5-2.1.10-4
libcrypto.so.4 is needed by (installed) openldap-2.0.27-8
libcrypto.so.4 is needed by (installed) bind-utils-9.2.1-16
libcrypto.so.4 is needed by (installed) lftp-2.6.3-3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 05:51 AM
01-08-2004 05:51 AM
Re: failed dependencies..?
I don't know what rpm thats in but if you figure that out and insstall the missing component you can get to the other failed dependencies.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 06:25 AM
01-08-2004 06:25 AM
Re: failed dependencies..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 06:34 AM
01-08-2004 06:34 AM
Re: failed dependencies..?
I think the issue is rather the other way round. The old openssl you have provides a libcrypto.so.4, which is needed by the applications listed (python, cyrus-sasl, etc.)
If you upgrade OpenSSL these will break ;-)
The way around this most probably is to upgrade these also to the latest versions (or to upgrade OpenSSL to the latest member of the 0.9.6 series (0.9.6l). There have been some serious changes from 0.9.6 to 0.9.7, so that might be the reason the apps do not like to run with the new version.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 06:35 AM
01-08-2004 06:35 AM
Re: failed dependencies..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 06:37 AM
01-08-2004 06:37 AM
Re: failed dependencies..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 06:33 PM
01-08-2004 06:33 PM
Re: failed dependencies..?
but libcrypto.so.4 is needed by installed python cyrus ,etc.
You can uninstall all the "disturbing" products and after installing the opensll-0.9.7c reinstall them again.
Ignoring this dependency with:
rpm -Uvh --nodeps
will probably cause your installed package partially not to work..
Best Regards...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 11:36 PM
01-08-2004 11:36 PM
Re: failed dependencies..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 11:49 PM
01-08-2004 11:49 PM
Re: failed dependencies..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 02:37 AM
01-09-2004 02:37 AM
Re: failed dependencies..?
Your best bet here to end up with a consistent system is to upgrade all the packages listed.
Alternatives:
- Do not upgrade OpenSSL (which you might want to because of security upgrades)
- Check if your favorite distro is out with a new version that is up-to-rev concerning OpenSSL and upgrade everything
In case this is a "production" server some serious testing on a separate system should be done using any route discussed in this thread. (Because you either mock around with the dependencies or you end up upgrading many packages)
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 02:39 AM
01-09-2004 02:39 AM