> Then, when I hand edit the installed httpd.tcl to point to tclsh8.3 (my
> installed tclsh), I get this error:
>
> $ httpd.tcl
> can't find package limit
> Running with default file descriptor limit
> No .htaccess support: can't find package crypt
> httpd started on port 8015
> SSL startup failed: Need a CA directory or a CA file: file "" not found
Don't know about the SSL stuff, but I found I had to cd to src/Linux (in my
case) and make the libcrypt and liblimit (and one other IIRC) in that dir, and
copy it to the lib dir by hand.
> 1. I assume the "can't find package" is a situation where the make process
> isn't making sure that the install directory is added to the auto_path; is
> that correct? And that i have to hand edit that as well?
>
> 2. What is the CA directory?
Long story - openSSL (if that's what it's using, I don't know) has all kinds
of structure in a directory: certificate revocation list, MD5 indexed dir for
storing certificate-by-name and such. It's a low-rent database. You'll have
to dig around and see where the CA.sh script puts that stuff, or where the
default for your installation, or your tcl interface looks for it. (I use my
own i/f, so can't answer for yours.)
Colin.