coldair: then either contact the admin to install tcl properly (ldconfig), or compile Tcl locally under your user account, making sure to configure it for static (disable-shared) build, and then rebuild your eggdrop as well, with configure pointing to where your Tcl library and header files reside,...
Make sure there's a line reading /local/lib/tcl8.5 within your /etc/ld.so.conf file, and run ldconfig to update the database of loadable modules (must be run with root privs). Great! If I'll have root privs on that machine, there will be no problem. Spent a lot of time trying to understand why link...