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-17-2002 07:36 AM
01-17-2002 07:36 AM
RPM help
rpm -Uvh tora-1.2.1-1gc-glibc22.i686.rpm
error: failed dependencies:
liblcms.so.1 is needed by tora-1.2.1-1gc
But recieved the above error. How do I find out which rpm package "liblcms.so.1" belongs to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 01:52 AM
01-18-2002 01:52 AM
Re: RPM help
thats the reason why some people are using Debian :-)
If you are user SuSE the use yast for searching in the packets.
If you are using RedHat it's difficult. Check the command "rpm -qlp packet.rpm" for searching the files in all packages.
Good luck...
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 06:27 PM
01-18-2002 06:27 PM
Re: RPM help
Check em out!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 06:33 PM
01-18-2002 06:33 PM
Re: RPM help
That's www.rpmFIND.org ((I always mix them up!))
Here's what I found on your issue:
http://speakeasy.rpmfind.net/linux/rpm2html/search.php?query=liblcms.so.1+&submit=Search+...
They list RPMS for mandrake, suse and conectiva. If you're using redhat, the mandrake rpm should work fine.
Best of the best!
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 02:50 AM
01-21-2002 02:50 AM
Re: RPM help
Firstly, try
rpm -q -f liblcms.so.1 to see if the file is already installed, if so make sure that your /etc/ld.so.conf file includes the path of the file and the re-run ldconfig with the -v option and then grep for liblcms.so.1 to verify.
Else follow the previous post about rpmfind.net.
P.S. I believe it is the CMS color engine for KDE.
Hope this helps :).