Sysadm,
do: export LD_LIBRARY_PATH=/path/to/ld.so.1
It worked for me.
I'm not really sure what's the correct path to ld.so.1 so you'll have to try all the paths ...
To find ld.so.1 do: find / -name "ld.so.1" -print 2>/dev/null
I have already set the path for both "ld.so.1" and "libtcl.so" yet i still get the same error. Could it be due to incompatible tcl & eggdrop versions? HAs anyone tried on a sparc solaris. If yes, what version of tcl/tk/eggdrop. Thx again all.