Forum OpenACS Development: Problem installing OpenACS HEAD

Collapse
Posted by Ricardo Moreno on
I can't get OpenACS HEAD installed.
I just installed tdom but I can't get any further.

....
[29/Sep/2003:16:08:43][904.16384][-main-] Notice: Loading packages/tcl/xml-0-sgml-procs.tcl
[29/Sep/2003:16:08:43][904.16384][-main-] Notice: Loading packages/tcl/xml-1-dom-procs.tcl
[29/Sep/2003:16:08:43][904.16384][-main-] Notice: Loading packages/tcl/xml-2-procs.tcl
[29/Sep/2003:16:08:44][904.16384][-main-] Notice: Multiple definition of util_memoize in /home/nsadmin/aolserver/nsadmin/packages/acs-tcl/tcl/memoize-procs.tcl and /home/nsadmin/aolserver/nsadmin/packages/acs-bootstrap-installer/bootstrap.tcl
[29/Sep/2003:16:08:44][904.16384][-main-] Notice: Bootstrap: Installation is not complete - sourcing the installer.
[29/Sep/2003:16:08:44][904.16384][-main-] Notice: Sourcing files for postload...
[29/Sep/2003:16:08:44][904.16384][-main-] Notice: Done.
[29/Sep/2003:16:08:44][904.16384][-main-] Notice: Executing initialization code blocks...
[29/Sep/2003:16:08:44][904.16384][-main-] Notice: tcl: generating interp init script
[29/Sep/2003:16:08:44][904.16384][-main-] Error: no value given for parameter "subcommand" to "info"
no value given for parameter "subcommand" to "info"
    while executing
"info vars"
    (in namespace eval "::dom::domNode" script line 4)
    invoked from within
"namespace eval $n {
        set n [namespace current]
        set script ""
        foreach v [info vars] {
            switch $v {
                n -
                v -
                import_procs -
                s..."
    (procedure "_ns_getnamespace" line 2)
    invoked from within
"_ns_getnamespace $ns"
    (procedure "_ns_getinit" line 7)
    invoked from within
"_ns_getinit"
[29/Sep/2003:16:08:44][904.16384][-main-] Fatal: tclinit: failed to copy procs

Collapse
Posted by Ricardo Moreno on
I solved the problem.

I read somewhere tdom.tcl should be copied to modules/tcl

I just removed the tdom.tcl from modules/tcl and OpenACS HEAD started working.