make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/jo_oer/eggdrop1.6.13/src«
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
make: *** [static] Fehler 127
I used no special parameters for ./configure, only --prefix.
I installed TCL 8.4 in my homedirectory. The variables TCLLIB and TCLINC are set correctly.
I don't know what to do, can anyone give me a hint?
It's still the same problem even if i didn't use the --prefix argument
I believe that i made some mistakes during the TCL installation, i didn't use the --enable-shared option. But allthough i reinstalled TCL with it, it is still not working, what other things do i have to know when i want do build TCL with shared libraries ?