This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

eggdrop don´t start plz help

Old posts that have not been replied to for several years.
Locked
V
Viper_2020

eggdrop don´t start plz help

Post by Viper_2020 »

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
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Look here. This problem has been discussed time and again. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked