: : Hello All, I'm trying to install a rpm package but it is giving the "Failed Dependencies" error given as follows
: :
: : error: Failed dependencies:
: : libkdecore.so.2 is needed by caitoo-0.6.6-1
: Note libkdecore.so.2 here
:
: : locate libkdecore | more
: : /usr/lib/kde2-compat/lib/libkdecore.so.3.0.0 /usr/lib/kde2-compat/lib/libkdecore.la /usr/lib/kde2-compat/lib/libkdecore.so /usr/lib/kde2-compat/lib/libkdecore.so.3 /usr/lib/libkdecore.so.3.0.0 /usr/lib/libkdecore.so.3 /usr/lib/libkdecore.so.4.1.0 /usr/lib/libkdecore.la /usr/lib/libkdecore.so /usr/lib/libkdecore.so.4
: :
: And not in this list. But maybe you do have the library, as I'd guess the .2 on the end suggests it's for KDE2. So how about doing:-
:
: cd /usr/lib/kde2-compat/lib
: ln libkdecore.so libkdecore.so.2
:
: No promises, but I've done this before and it's sometimes worked out.
:
: Jonathan
:
: ###
: for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
: (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
: /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");
:
:
Hello
why not download a package manager like apt or yum and let the software download the dependencies for you.
Madhur Ahuja
Visit for self developed programs
http://madhur.netfirms.com
India