1827892 Members
1782 Online
109969 Solutions
New Discussion

RPM help

 
K.C. Chan
Trusted Contributor

RPM help

I tried installing this:
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.
Reputation of a thousand years can be determined by the conduct of an hour
4 REPLIES 4
Frank Gilsdorf
Advisor

Re: RPM help

Hi Michael,

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 Fenton
Esteemed Contributor

Re: RPM help

I like to hit rmpsearch.org -- and then if I already have the package on local install materials, I'll just use mine, otherwise, I can download it from their links.

Check em out!
Mark Fenton
Esteemed Contributor

Re: RPM help

Oops!

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
Alex Green
Frequent Advisor

Re: RPM help

Hi,

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 :).
"The physicist's greatest tool is his wastebasket." - Albert Einstein.