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.

megahal

Old posts that have not been replied to for several years.
Locked
o
okay
Voice
Posts: 5
Joined: Sat Dec 25, 2004 6:02 pm

megahal

Post by okay »

Hi, i just installed megahal on my bot, following the instructions from the INSTALL file.. but when i load my bot up, i get the following error

Code: Select all

Can't load modules megahal: Shared object "libtcl8.3.so.1" not found
any ideas?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Contact your shell admin with that information, is a problem he can fix.

You can type 'ldd eggdrop' in your bots' folder to get a list of dependencies. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

...and after you get the list of dependencies by using `ldd', note libtcl8.3.so location and export environment variable LD_LIBRARY_PATH set to that location:

Code: Select all

$ export LD_LIBRARY_PATH=location
then start your bot
Locked