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.

Some problem with tcl under installing of eggdrop

Old posts that have not been replied to for several years.
Locked
Z
Zych3r

Some problem with tcl under installing of eggdrop

Post by Zych3r »

Under the install prosess so does i get an error..
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
make: *** [modegg] Error 127
What must i do?? if i must install something can you send a direct link to the file plz


Thanks for the help..
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

First try this:
echo "/usr/local/lib" >> /etc/ld.so.conf && ldconfig
if this fails, then reinstall TCL then give that line again and start make-ing it.
Once the game is over, the king and the pawn go back in the same box.
Z
Zych3r

Post by Zych3r »

It didnt work.. :o
And i cant install tcl again..
I`m running debian and i did use apt-get install..
so does`nt know how to reinstall.
Any ideas? :-?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Then get the tarball from www.tcl.tk and install it.
Once the game is over, the king and the pawn go back in the same box.
Locked