>>>"David LeBlanc" said:
 > Run it with tclsh8.3.1 - now works great thanks to Brent's patches!!

My apologies for the damage in the first place.

 > Run it with wish8.3.1 - IE 5 says the server returns gibberish. (Thread
 > problem?)
 > (N.B. this is the wish8.3.1 from Scriptics' tcl831.exe; the tclsh is made
 > here from tclhttpd-dist files.)
 > 
 > If httpd.tcl is sourced into a wish (instead of just double-clicking on it),
 > the output is:
 > % source httpd.tcl
 > can't find package limit
 > Running with default file descriptor limit
 > Threads enabled

The "Threads enabled" means you have picked up the tcl DLL that you compiled
instead of the one distributed with Tcl 8.3.1 binary installation, which is
*not* compiled with threads.  So, all bets are off if you have Tk w/out threads
and Tcl with threads.

I just tried with wish8.3.1 from the binary distribution and it works just
fine.  I carefully segregate my various Tcl installations.

 > No .htaccess support: can't find package crypt
 > httpd started on port 8015
 > 
 > There is no further output even when a browser hits the server.

--      Brent Welch     <[EMAIL PROTECTED]>
        http://www.scriptics.com
        Scriptics: The Tcl Platform Company


Reply via email to