LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Liblcms.so (https://www.linuxquestions.org/questions/linux-software-2/liblcms-so-156756/)

Lobais 03-12-2004 11:13 AM

Liblcms.so
 
I'm trying to install a crystal-space rpm i've downloaded. It says I need the liblcms.so package. After installing it I tried again, but it still says I need it.
Code:

$ locate liblcms.so
/usr/lib/debug/usr/lib/liblcms.so.1.0.12.debug
/usr/lib/liblcms.so.1
/usr/lib/liblcms.so.1.0.12
/usr/lib/liblcms.so
$

I think it is installed.

coolamit78 03-12-2004 11:38 AM

Hello,

Since libclms is already installed, use the --force option with rpm to install crystal space..

rpm -ivh --force crystal-space*.rpm

Regards,

amit

Lobais 03-12-2004 11:59 AM

Code:

$ rpm -ihv --force crystalspace-0.96_r002-0.i686.rpm
warning: crystalspace-0.96_r002-0.i686.rpm: V3 DSA signature: NOKEY, key ID 3a1446a0
error: Failed dependencies:
        liblcms.so is needed by crystalspace-0.96_r002-0
$


coolamit78 03-12-2004 12:15 PM

I suggest you download this rpm (liblcms) again by clicking the topmost link on this page below:

http://rpmfind.net/linux/RPM/contrib...10-1.i386.html

Install this rpm and If at the time of installation it says "already installed", then use the --force option to install it. Then try installing crystal-space.

If even that dosent work, then use the --nodeps switch to ignore the dependency.

rpm -ivh --force --nodeps crystal-space*.rpm

Hope that helps...

Regards,

amit

Lobais 03-12-2004 01:05 PM

Code:

# rpm -ivh --force --nodeps crystalspace-0.96_r002-0.i686.rpm
warning: crystalspace-0.96_r002-0.i686.rpm: V3 DSA signature: NOKEY, key ID 3a1446a0
Preparing...              ########################################### [100%]
  1:crystalspace          ########################################### [100%]
# crystalspace
-bash: crystalspace: command not found
# whereis crystalspace
crystalspace:
# which crystalspace
/usr/bin/which: no crystalspace in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin)
#


coolamit78 03-12-2004 01:18 PM

It seems that you have just installed the crystalspace rpm by force without re-installing the liblcms again...

All I will say is - just download the liblcms.so rpm as I said in the previous post..Install it forcibly if it says its already installed and then try to run crystalspace again...If that dosent do, wait for a linux guru or mod to suggest u appropriately.

Regards,

amit


All times are GMT -5. The time now is 10:01 AM.