PDA

View Full Version : [Fixed] troubles with the http package (sitebot)


ChipMunk666
05-23-2004, 01:46 PM
i use
ioFTPD ioFTPD-beta5-8-5r
ioA ioA1.1.3
windrop1.6.13-handlen32.exe
and i get
[20:45] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[20:45] use '.help userinfo' for commands.
[20:45] Tcl error in file 'eggdrop.conf':
[20:45] can't find package http 2.3
while executing
"package require http 2.3"
(file "scripts/ioBanana.tcl" line 245)
invoked from within
"source scripts/ioBanana.tcl"
(file "eggdrop.conf" line 1316)
[20:45] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

Did i missed something in the readme?
cause all the other setups i made with iobanana v19 works.
Than i started with this one and i get this.
Do i need to install something and where to find it?

neoxed
05-23-2004, 01:48 PM
Well you're missing the http library, check: <windrop directory>\lib\tcl8.4\http2.x

ChipMunk666
05-23-2004, 01:50 PM
C:\ioFTPD\Windrop\lib\tcl8.4\http2.4
i have this how to activate it?
and big thx for the fast reply

neoxed
05-23-2004, 01:54 PM
Search the ioBanana.tcl for "package require http 2.3" and comment it, below it put:

source lib/tcl8.4/http2.4/http.tcl

Sometimes the Tcl package with windrop has trouble locating library's using the package command.

ChipMunk666
05-23-2004, 02:09 PM
thx a lot man!!!
it works :D

Harm
05-23-2004, 02:24 PM
Or better, do not put your windrop dir inside your ioFTPD dir. In such case (yours) the windrop gets confused and uses ioFTPD's tcl dll instead of its own one.
Using c:\windrop or anything else that isn't inside the ioFTPD directory is highly recommended.

ChipMunk666
05-23-2004, 03:25 PM
well yes but I don't get any other error mate
And it's easier to alter files thru ioftpd itself.
good job!!!
This thing rocks mate