Hi > I am trying to find a step by step manual to install TCL on a windows > 2003 machine and later to create the websh.so file. > Apache 2.2 is already installed and don't get the clue how to install > websh so that it will work with Apache. > I read many time that Apache will create the module_websh.so but how to > do this is for me not clear.
Please use [email protected] for this type of question. To compile and install Websh on Windows, you need to install Tcl first. Use (for example) an ActiveTcl binary distribution (from http://www.activestate.com/Products/activetcl/index.mhtml) Make sure that Apache is installed. Get it from http://httpd.apache.org/download.cgi Then, get Websh (available in source only). Preferrably, use the latest version from Subversion, not the last build available. You can get the latest source using an SVN client from http://svn.apache.org/repos/asf/tcl/websh/trunk/ To comile and install Websh, you need to have an MS Visual Visual Studio 6.0 (or higher) nmake utility. Follow the instructions in src\win\README (http://svn.apache.org/repos/asf/tcl/websh/trunk/src/win/README) To run Websh, either just use websh.exe to run Websh CGI scripts or configure Apache to use mod_websh.so (which is created by compiling Websh, not Apache HTTPD). Follow the README.txt found in your installation directory or the source directory doc\mod_websh\README or online http://svn.apache.org/repos/asf/tcl/websh/trunk/doc/mod_websh/README hth Ronnie -- Netcetera goes mobile - travel in Zürich with our free iPhone application: http://mobile.netcetera.ch/tramdroid Ronnie Brunner | [EMAIL PROTECTED] phone +41-44-247 79 79 | fax +41-44-247 70 75 Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.ch --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
