"jinal66" <
jinal66@...> wrote:
> Hi all
> While installing tix , I am getting following error. I have
already
> installed itcl but then also this error is not allowing me to
install
> itcl..
> Any idea what can be the reason.!!!!!
>
> error: Failed dependencies:
> libitcl3.2.so is needed by tix-8.1.4-89
> libitk3.2.so is needed by tix-8.1.4-89
In principle Tix doesn't need 'iTcl'. It seems you are using 'rpm',
try to install it with '--nodeps' and then check that there is no
missing shared library with:
ldd `which tixwish`
(or tixwish8.x, whatever you have installed in */bin).