Forum OpenACS Q&A: Re: Help!!: could not find Ns_ModuleInit

Collapse
Posted by Tom Jackson on

The way AOLserver starts up, you can place a package require in the global init.tcl file, so it is available as soon as possible in the initilization process. For instance, I have AOLserver installed under /usr/local/aolserver, so in /usr/local/aolserver/modules/tcl/init.tcl, I just place:

package require tdom