Hi,
my eggdrop don´t start this is the misstake
./eggdrop -m eggdrop.conf
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
I have installed tcl by this HowTo
Home Verzeichnis wechseln
$> cd ~
Quellcode runterladen:
$> wget http://aleron.dl.sourceforge.net/source ... src.tar.gz
Entpacken:
$> tar xfz tcl8.4.6-src.tar.gz
Verzeichnis wechseln
$> cd tcl8.4.6/unix
Der Konfigurationsvorgang wir nun gestartet:
$> ./configure --prefix=$HOME/tcl --enable-shared
$> make install
$> export TCLLIB=$HOME/tcl/lib
$> export TCLINC=$HOME/tcl/include
$> export LD_LIBRARY_PATH=$HOME/tcl/lib
whats wrong plz help me
thx