Page 1 of 1

Xampp with TCL installed [Answered]

PostPosted: 22. January 2009 12:28
by calvinkart
I'd like to know if there is any Xampp package with TCL language assembled. All instalations i've tried use compiled apache (mod_tcl, rivet, etc.)

Re: Xampp with TCL installed

PostPosted: 16. April 2012 19:37
by bcb1999
I am also interested in getting tcl either as part of the XAMPP package, or a way to extend the package myself to include it. We have been using AOLServer with tcl pages for awhile now, and I am trying to move things over to an Apache server with as little short-term fuss as possible (re-coding everything to PHP will eventually happen, but more long-term).

Thanks

Re: Xampp with TCL installed

PostPosted: 27. April 2012 21:24
by JonB
you 'might' be able to get it to work as a CGI. Its unsupported, and all on you.

http://expect.sourceforge.net/cgi.tcl/

CGI is a method of running executables on remote servers. Its how Perl is often implemented. (in the event you did not know that)

Good Luck with your project.
8)