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.

Shared object "libtcl83.so" not found

Old posts that have not been replied to for several years.
Locked
|
|goose|

Shared object "libtcl83.so" not found

Post by |goose| »

/usr/libexec/ld-elf.so.1: Shared object "libtcl83.so" not found
*** Error code 1


cant anyone help me here, no idea whats goin on heh, thanks
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This usualy refers to an inproperly configured Tcl library of a system.

I would sugest running "ldconfig" as root to resolve the issue.

The system may have been upgraded since you last ran your bot (if previously used), and as such, libraries are in different location to that when it was compiled. Under these circumstances, you should re-compile (note, you can re-use your channel, user and config files).
|
|goose|

Post by |goose| »

awsome that worked thanks :) but got a new prob, im sure it has to do with folder privs.... anyone help?


Eggdrop v1.6.12 (C) 1997 Robey Pointer (C) 2002 Eggheads
[06:59] --- Loading eggdrop v1.6.12 (Tue Jun 17 1997)
[06:59] Can't load modules dns: Cannot open "/usr/home/eros/eggdrop1.6.12/modules/dns.so"
[06:59] Can't load modules channels: Cannot open "/usr/home/eros/eggdrop1.6.12/modules/channels.so"
[06:59] Can't load modules server: Cannot open "/usr/home/eros/eggdrop1.6.12/modules/server.so"
[06:59] Can't load modules ctcp: Cannot open "/usr/home/eros/eggdrop1.6.12/modules/ctcp.so"
[06:59] Can't load modules irc: Cannot open "/usr/home/eros/eggdrop1.6.12/modules/irc.so"
[06:59] Can't load modules notes: Cannot open "/usr/home/eros/eggdrop1.6.12/modules/notes.so"
[06:59] Can't load modules console: Cannot open "/usr/home/eros/eggdrop1.6.12/modules/console.so"
[06:59] Can't load modules blowfish: Cannot open "/usr/home/eros/eggdrop1.6.12/modules/blowfish.so"
[06:59] Tcl error in file 'eggdrop.simple.conf':
[06:59] invalid command name "channel"
while executing
"channel add #lamest {
chanmode "+nt-likm"
idle-kick 0
stopnethack-mode 0
}"
(file "eggdrop.simple.conf" line 63)
[06:59] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This usualy means you have failed to install eggdrop fully.

There are 2 ways to fix it.

1: Install eggdrop fully, including the "make install" phase.

2: Change your config file, to reflect the correct directory for the modules.
Locked