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.
Old posts that have not been replied to for several years.
-
P
Piet Paswoord
Post
by Piet Paswoord »
When I'm starting eggdrop with: ./eggdrop -m eggdrop.conf
This message replays:
./eggdrop: error in loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
What am I doing wrong?

-
gumbydammit
- Master
- Posts: 311
- Joined: Thu Sep 05, 2002 4:52 pm
- Location: Canada
-
Contact:
Post
by gumbydammit »
add the path to libtcl to ld.so.conf and run ldconfig.. also make sure its in your user's path
a.k.a. hellios
-
caesar
- Mint Rubber
- Posts: 3778
- Joined: Sun Oct 14, 2001 8:00 pm
- Location: Mint Factory
Post
by caesar »
echo "/usr/local/lib" >> /etc/ld.so.conf && ldconfig
Once the game is over, the king and the pawn go back in the same box.
-
P
Piet Paswoord
Post
by Piet Paswoord »
gumbydammit wrote:add the path to libtcl to ld.so.conf and run ldconfig.. also make sure its in your user's path
But were can I find- and what's the name of the file with the dirs? So I can change the path....