Okay, -debug 1 tells the sorry story!
$ tclsh8.3 /ldatae/bin/httpd.tcl -debug 1
auto_path:
/ldatae/bin/../lib/tclhttpd3.0.2
/usr/tcl83/lib/tcl8.3
/usr/tcl83/lib
/usr/tcl83/lib/tcllib0.1
/usr/tcl83/lib/tcllib0.3
/usr/tcl83/lib/tcllib0.4
/ldatae/htdocs/libtml
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
Now, here's what the make install says:
$ make -n install | grep limit
list='libcrypt1.0.so liblimit1.0.so'; for p in $list; do \
list='libcrypt1.0.so liblimit1.0.so'; for p in $list; do \
/bin/sh /projects/xopsrc/Applications/tclhttpd/tclhttpd-3.0.x/config/mkinstalldirs
/vol/lwv26ldatae/lib/limit1.0 ; \
/projects/gnu/sparc-sun-solaris2.6/bin/ginstall -c limit_pkgIndex.tcl
/vol/lwv26ldatae/lib/limit1.0/pkgIndex.tcl;\
Notice that make install is installing limit into $prefix/lib/limit1.0 , but
httpd.tcl is looking for limit in $prefix/bin/../lib/tclhttpd3.0.2 !
--
Never apply a Star Trek solution to a Babylon 5 problem.
Larry W. Virden <mailto:[EMAIL PROTECTED]> <URL: http://www.purl.org/NET/lvirden/>
Unless explicitly stated to the contrary, nothing in this posting should
be construed as representing my employer's opinions.
-><-