Are you system is 64bit ? Exist known issue with tcl interpreter on 64 bit, can be fixed by recompiling tcl with -DTCL_NO_STACK_CHECK flag.
On Wed, Mar 23, 2011 at 10:49 AM, Niederberger Martin <[email protected]> wrote: > Hi, > > On my debian (squeeze) server I’m running Apache2 (2.2.16), tcl8.5 (8.5.8-2) > and websh (websh-3.6.0b5). > > > > Websh doesn’t work. The apache error.log shows the message: > > > > [Tue Mar 22 16:01:36 2011] [error] web::interpmap: out of stack space > (infinite loop?) > > [Tue Mar 22 16:01:36 2011] [error] [client 172.17.164.111] mod_websh - no > interp! > > [Tue Mar 22 16:01:36 2011] [error] [client 172.17.164.111] couldn't run > websh script: /var/www/index.ws3 > > > > If I compile the websh package against tcl8.4 websh works fine but I get an > error if I run a script using DIO. > > > > [Fri Mar 18 18:01:01 2011] [error] [client 172.17.164.111] version conflict > for package "Tcl": have 8.4, need 8.5\n while executing\n"load > /usr/lib/libitcl3.4.so.1 Itcl"\n ("package ifneeded" script)\n invoked > from within\n"package require Itcl"\n (file "/usr/lib/tcltk/dio/dio.tcl" > line 20)\n invoked from within\n"source /usr/lib/tcltk/dio/dio.tcl"\n > ("package ifneeded" script)\n invoked from within\n"package require DIO > 1.0" > > > > Because Itcl needs Tcl8.5 I have to compile websh against Tcl8.5 > > Does websh-3.6.0b5 work with Tcl8.5? Is there anything special to do > compiling websh against Tcl8.5? > > > > Thanks for your help > > Martin Niederberger > Flight Test Engineer > > ________________________________ > Pilatus Aircraft Ltd > P.O. Box 992, 6371 Stans, Switzerland > > Phone: +41 41 619 66 57 > Fax: +41 41 619 65 99 > > mailto:[email protected] > http://www.pilatus-aircraft.com > > > > Please consider the environment before printing this email! > > ________________________________ > ***DISCLAIMER*** > > The information and any attachments (herein referred to as 'document') > transmitted is intended only for the person or entity to which it is > addressed. It may contain confidential and/or privileged information. If you > are not the intended recipient of this document, you are hereby notified > that any dissemination, distribution, copying, other use of, or taking any > action in reliance upon this document by persons or entities other than the > intended recipient is illegal and prohibited. If you have received this in > error, please immediately notify the sender, permanently delete the original > from any computer and/or system, and destroy any printout of the 'document'. > We thank you for your co-operation in this matter. Pilatus Aircraft Ltd. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
