Fixing ld for libtcl
From Eggdrop Wiki
With root access
Add the path to libtcl8.X.so (usually /usr/local/lib) to /etc/ld.so.conf and run ldconfig once.
Example ld.so.conf:
/usr/local/lib /usr/local include /etc/ld.so.conf.d/*.conf
Without root access
Adjust the LD_LIBRARY_PATH environment variable before starting eggdrop
