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 error message " can't find package http"

General support and discussion of Eggdrop bots.
Post Reply
r
rapcore
Voice
Posts: 2
Joined: Sun Dec 25, 2005 9:08 am

eggdrop error message " can't find package http"

Post by rapcore »

Eggdrop v1.6.10 (C) 1997 Robey Pointer (C) 2002 Eggheads
[22:13] --- Loading eggdrop v1.6.10 (Sun Dec 25 2005)
[22:13] Can't load modules dns: No such file or directory
[22:13] Module loaded: channels
[22:13] Module loaded: server
[22:13] Module loaded: ctcp
[22:13] Module loaded: irc
[22:13] Module loaded: notes (with lang support)
[22:13] Module loaded: console (with lang support)
[22:13] Module loaded: blowfish
[22:13] Listening at telnet port 3333 (all)
[22:13] Module loaded: uptime
[22:13] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[22:13] use '.help userinfo' for commands.
[22:13] Tcl error in file 'eggdrop.conf':
[22:13] can't find package http
while executing
"package require http"
(file "scripts/music.tcl" line 7)
invoked from within
"source scripts/music.tcl"
(file "eggdrop.conf" line 153)
[22:13] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

───────────────────────────────────
what error ?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

upgrade your Tcl and eggdrop installations, you are using ancient versions
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
r
rapcore
Voice
Posts: 2
Joined: Sun Dec 25, 2005 9:08 am

tcl version tcl85a3-src build but...

Post by rapcore »

TCL Version tcl85a3-src build upgrade But..
as wll Error message can't find package http...
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

check path to your TCL lib, probably default is in /usr/local/lib/tcl8.5, but might have been changed by your sysadmin. read ./configure --help or the use the forum search on further infos about it.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

if the guy really has Tcl 8.5 installed, that installation must be screwed up, at least pkgIndex/tclIndex; his Tcl path is okay, he's able to load the lib just fine
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
Post Reply