Forum OpenACS Development: Response to OpenACS4.x/Postgres7.x installation guide

Collapse
Posted by Leif Jensen on
Ok, after a little more fiddling with the nsd.tcl file I got this error in the log file:

[15/Apr/2001:17:35:50][9187.1024][-main-] Notice: Loading packages/acs-tcl/tcl/xml-0-sgml-procs.tcl.
..
[15/Apr/2001:17:35:50][9187.1024][-main-] Notice: Loading packages/acs-tcl/tcl/xml-1-dom-procs.tcl..
.
[15/Apr/2001:17:35:50][9187.1024][-main-] Notice: Loading packages/acs-tcl/tcl/xml-2-procs.tcl...
[15/Apr/2001:17:35:50][9187.1024][-main-] Notice: APM/QD = loading up package query files for acs-tc
l
[15/Apr/2001:17:35:50][9187.1024][-main-] Notice: APM/QD = one file /web/leifjensen/packages/acs-tcl
/tcl/apm-file-procs-postgresql.xql
[15/Apr/2001:17:35:50][9187.1024][-main-] Notice: QD = Loading /web/leifjensen/packages/acs-tcl/tcl/
apm-file-procs-postgresql.xql
[15/Apr/2001:17:35:50][9187.1024][-main-] Error: Server startup failed: Error during bootstrapping
invalid command name "ns_xml"
    while executing
"ns_xml parse -persist $stuff_to_parse"
    (procedure "db_fullquery_internal_parse_init" line 4)
    invoked from within
"db_fullquery_internal_parse_init $whole_file"
    (procedure "db_fullquery_internal_load_queries" line 12)
    invoked from within

i.e. it is missing a 'ns_xml' procedure. I have been scanning all .tcl files both in the original ACS-4.x and in the OpenACS from the CVS. Where should it be located ?