sKy wrote:How can i include a additional tcl package/libery to the eggdrop`s tcl folder?
...
I have to recompile eggdrop or what?
if I'm understanding you correctly, the answer is yes.
Why not give The TCL Tutorial a quick read... it's proven it's value time and time again
I think you don`t get what i am asking. Perhaps my english is to bad to to say what i mean. :/
This is a plain tcl tutorial. This wasn`t a plain tcl question. I know how to install a lib into plain tcl. I duno why i shall read it, cause my question was about how to install a lib into eggdrop..
there is no difference between installing TCL lib for TCL or eggdrop. Just put them in the 'tcl8.4' dir somewhere in the libpath set as eviroment variable. If neccessary (because you are not root) add a ~/lib to your search path and homedir. The var is supposed to be called 'LD_LIBRARY_PATH', add addional paths with ":" seperated like:
export LD_LIBRARY_PATH /usr/local/lib:/home/dekus/lib
remember to store it somewhere its loaded on reconnects/reboots (like and ~/.bash_profil and ~/.bashrc).