Home
The Toolkit for Online Communities
15939 Community Members, 0 members online, 2438 visitors today
Log In Register

Forum OpenACS Development: Re: Automated Install, Configuration, and Test

OpenACS Home : Forums : OpenACS Development : Re: Automated Install, Configuration, and Test : One Message

+
Posted by Dave McBride on
It seems that the require statement is in the tclwebtest shell script. The tclwebtest starts out as a shell and is converted into a tcl shell. If I include only the tcl code from it, the require statement fails to find the http package upon loading. I looked around and could not find the http package.

If I run the tclwebtest standalone it now runs for http. I am working on https next.

Dave