rpm Dependencies doubt

Diego Ojeda thorchin at gmail.com
Sat Aug 15 17:52:46 UTC 2009


hello everybody

I'm trying to install Luci rpm (cluster admin) but i have some error
dependencies.

[root at linuxNFS ~]# rpm -ivh luci-0.12.1-7.el5.i386.rpm
warning: luci-0.12.1-7.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID
897da07a
error: Failed dependencies:
        python-imaging is needed by luci-0.12.1-7.el5.i386


[root at linuxNFS ~]# rpm -ivh python-imaging-1.1.5-5.el5.i386.rpm
luci-0.12.1-7.el5.i386.rpm
warning: python-imaging-1.1.5-5.el5.i386.rpm: Header V3 DSA signature:
NOKEY, key ID 37017186
warning: luci-0.12.1-7.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID
897da07a
error: Failed dependencies:
        tkinter is needed by python-imaging-1.1.5-5.el5.i386

[root at linuxNFS ~]# rpm -ivh tkinter-2.4.3-24.el5_3.6.i386.rpm
python-imaging-1.1.5-5.el5.i386.rpm luci-0.12.1-7.el5.i386.rpm
warning: tkinter-2.4.3-24.el5_3.6.i386.rpm: Header V3 DSA signature: NOKEY,
key ID 37017186
warning: luci-0.12.1-7.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID
897da07a
error: Failed dependencies:
        libTix8.4.so is needed by tkinter-2.4.3-24.el5_3.6.i386
        python = 2.4.3-24.el5_3.6 is needed by tkinter-2.4.3-24.el5_3.6.i386

libTix8.4.so is provide by tix-8.2.0b1-74.i386.rpm...I'm downloading and
installing tix-8.2.0b1-74.i386.rpm...but again errors dependencies...

[root at linuxNFS ~]# rpm -ivh tix-8.2.0b1-74.i386.rpm
warning: tix-8.2.0b1-74.i386.rpm: Header V3 DSA signature: NOKEY, key ID
db42a60e
error: Failed dependencies:
        libtcl.so.0 is needed by tix-8.2.0b1-74.i386
        libtk.so.0 is needed by tix-8.2.0b1-74.i386


I'm trying to find these libraries in my installation redhat..

find / -name libtcl.so.0....nothing, but when i'm searching libtk.so.0...the
result is...

[root at linuxNFS ~]# find / -name libtk.so.0
/usr/lib/libtk.so.0
[root at linuxNFS ~]#

I don't understand, how the rpm packages tix-8.2.0b1-74.i386.rpm don't find
the library libtk.so.0???


So..my question is...
How can inform to the package (tix-8.2.0b1-74.i386.rpm) that the file
libtk.so.0 is present on my system?
It's necesary reinstall libtk.so.0 library??

Thank you to all !!



More information about the redhat-list mailing list