I have a somewhat custom pkgIndex.tcl for httpd that looks like it could
be vulnerable to a "file name with spaces" problem. Please try out
the attached version and let me know if it helps.
>>>Alexios Zavras said:
> Tim Morley wrote [edited]:
> > I'm trying to run a virgin download of tcl-httpd on NT4 and I get the abov
e
> > error "while executing "source C:/Tim/........./lib/httpd.tcl" ("package
> > ifneeded" script) invoked from within "package require httpd 1.5" (file
> > "C:\Tim\..............\bin\httpd.tcl" line 145)".
>
> The "wrong # args" points to a "source" command taking
> more than one argument (or none). This is a common
> occurrence when paths have spaces in them.
>
> Instead of
> source c:/My Files/xxx.tcl
> do a
> source "c:/My Files/xxx.tcl"
>
> Does your ".............." you left out contain spaces ?
>
> I wouldn't think that the distribution would be vulnerable
> to such problems, but one never knows...
>
> --
> -- zvr --
> -- +---------------------------+ Alexios Zavras (-zvr-)
> | H eytyxia den exei enoxes | [EMAIL PROTECTED]
> +-----------------------zvr-+
>
-- Brent Welch <[EMAIL PROTECTED]>
http://www.ajubasolutions.com
Scriptics changes to Ajuba Solutions
scriptics.com => ajubasolutions.com
pkgIndex.tcl