Following requirements, i installed Tcl (8.3.4), did "./configure --whith-tcllib=/usr/...../libtcl8.3.so --witth-tclinc=/usr/...../tcl.h". It worked correctly and #make config also. When i did #make, it compiled correctly and the end of the display is :
"Successful compile : eggdrop
Make[1]: Quit directory `/home/....../eggdrop1.6.7/src`
./eggdrop: error while loading shared libraries: libtcl8.3.so: cannot cannot load shared object file: No such file or directory
make: *** [modegg] Error 127
"
So my question is : Why doesn't it took the path of le libtcl.8.3.so i specify with the ./configure, and if it is in the sources, can i change the path in.c files saffely?
I didn't found such problems in FAQ's, so if someone has any idea, he's welcome

Thank's in advance