So, I installed Rivet on my Apache 2 box today because I wanted to dink around 
with some pages.  I am happy to report that after only a minor hiccup, I got 
everything up and running with no problems.  Kudos to Massimo and everyone for 
getting the 2.0 release out and solid enough to build with just your average 
'./configure && make install'.

For the record, the hiccup I ran into was in trying to use:

../tclconfig/install-sh -c -d "/path/to/some/directory"

Which resulted in an error where install-sh is passing the -d to 'cp' which is 
an invalid option.  In fact, I could not get install-sh to create a directory 
even after removing the offending -d.  It just didn't work.  I ended up having 
to modify my Makefile by hand to replace that call with the more traditional 
'mkdir -p'.  Not sure what that's about.  I'm on FreeBSD 7, for the record, and 
this is compiled against Tcl 8.6.

Everything seems to be working well for now.  I haven't really exercised it yet 
though.  We'll see how that holds up. 0-]

D
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to