Hi Chun,
This is a fairly 'dirty' workaround, but you could try making two symbolic links to the your new libs. This should trick the system into using them ;-)
ln -s libtcl8.4.so libtcl8.3.so ln -s libtk8.4.so libtk8.3.so
Regards,
Jamie
chun lee wrote:
Hi there:
Thanks for your replay
I tried Rpm -q --provides tcl Rpm -q --provides tk
And I got
libtcl8.4.so tcl = 8.4.5-7
libtk8.4.so tk = 8.4.5-8
So how would I get Pd to use what I have instead of asking me for libtcl8.3.so and libtk.8.3.so?
Cheers
CHUN