Ugh - looks like that Makefile is old and wrong.
You really must run "configure" to generate a valid Makefile for
your system from the Makefile.in template.
To install the Crypt and Limit libraries your best bet is to use
the CONFIG and MAKE scripts in the build directory of the bundled distribution.
If you don't want to do all that, then try this:
cd tclhttpd3.0.0
mkdir build
cd build
sh ../configure --prefix=/whatever/matches/your/tcl \
--exec-prefix=/whatever/matches/your/tcl/binary/area \
--with-tcl=/whereever/you/built/tcl/and/contains/tclConfig.sh
make
make install
>>>Steve Blinkhorn said:
> I've tracked down Crypt_Init and Limit_Init to their respective source
> files, but there has to be something missing from the Makefile: a make
> (from scratch, in case I'd done something foolish) followed by a make instal
l
> doesn't get rid of the error messages, though the server runs. I
> wonder if there's something similar going on with the tls::socket
> failure.
>
> --
> Steve Blinkhorn <[EMAIL PROTECTED]>
>
> network: Anything reticulated or decussated, at equal distances, with
> interstices between the intersections. --- Johnson's dictionary
-- Brent Welch <[EMAIL PROTECTED]>
http://www.scriptics.com
Scriptics: The Tcl Platform Company