I've FINALLY checked things out from the tree, after cleaning up 
my machine (new postgres.so, etc.) to start working w/ OpenACS 4. I'm 
generally following the install guide (Thanks for that, 
Vinod!), but I'm having a problem.
When I start nsd, it's failing with the following error:
[09/May/2001:21:34:13][1112.1024][-main-] Error: Server startup 
failed: Error during bootstrapping
invalid command name "xml_find_child_nodes"
    while executing
"xml_find_child_nodes $root_node rdbms"
...blah...etc.
I've tracked down references to xml_find_child nodes; it's used in 
packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-
procs.tcl, but it's not defined until packages/acs-tcl/tcl/30-xml-
utils-procs.tcl (I don't know yet WHEN that's sourced, but it's after 
all the acs-bootstrap-installer stuff...another interesting note is 
that the header in 30-xml-utils-procs.tcl says "50-xml-utils-
procs.tcl"; did it maybe used to be in acs-bootstrap-installer/tcl?
I think I'm going to just dink around with the files to get things 
to load (probably move 30-xml-utils-procs.tcl into packages/acs-
bootstrap-installer/tcl/, before 40-db-query-dispatcher-procs.tcl. 
BUT...have I munged my cvs checkout (I hope not...I've blown it 
away and redone it several times today!) or have some things gotten 
moved around a bit? Any ideas? (Oh...I don't know if it makes a 
difference [I hope not], but I'm logging into cvs with kenk, rather 
than anonymous. Maybe I'll try an anonymous check just to make 
sure...). Anyone else have this problem?