View Single Post
Old 03-21-2004, 02:38 PM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

It means that all 'package require ...' instructions won't work since the path to the tcl libs is wrong.
BUT that all 'source bla.tcl' instructions will work.

So, you have to replace all 'package require' with 'source'.

Or better, you can avoid this behaviour if you don't have your windrop dir in your ioFTPD dir. ie. c:\windrop is a good location.
Harm is offline   Reply With Quote