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.

Problem with eggdrop

Old posts that have not been replied to for several years.
Locked
R
Real
Voice
Posts: 24
Joined: Mon Mar 08, 2004 11:27 am

Problem with eggdrop

Post by Real »

Hello

a while ago I made a minor adjustment to some *.tcl script, and I didn't change anything to the google.tcl script, but when I rehashed I got this:

<B0t> [20:59] Tcl error in file 'eggdrop.conf':
<B0t> [20:59] can't find package http
<B0t> while executing
<B0t> "package require http"
<B0t> (file "scripts/google.tcl" line 11)
<B0t> invoked from within
<B0t> "source scripts/google.tcl"
<B0t> (file "eggdrop.conf" line 1404)
<B0t> [20:59] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

So this happened all of a sudden, without changing anything important with the eggdrop.

The google.tcl contains this line:

Code: Select all

package require http
And yes, it has worked before

I've read somewhere else that the http package should be in some /usr/../ dir, but is it normal that there is no such directory on my eggdrop?

I'm running v1.6.15

Thank you if you could help me
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Re: Problem with eggdrop

Post by bobjuh »

Real wrote: And yes, it has worked before

I've read somewhere else that the http package should be in some /usr/../ dir, but is it normal that there is no such directory on my eggdrop?

I'm running v1.6.15

Thank you if you could help me
http.tcl should be in you scripts dir i think
Locked