From: Jan K. <jj...@gm...> - 2015-11-04 21:22:27
|
Am 04.11.2015 um 22:06 schrieb Abhishek Tiwari: > Also, > I said : I switched from activestate 8.6 to 8.5 to avoid a dirname command > not found > I was not getting any connectivity related problem. > My httpd.tcl was able to identify the back end running server > The kind of errors I was facing were below : > Should I switch back to 8.6 > I can't give you advice on this because I'm not running tclhttpd on Tcl8.6 anywhere. Had some unrelated problems with 8.6 which affected other software I need on my machines. > -------------------- > [11/4/2015 8:35:52 PM] Abhishek Tiwari: ./../custom/mf_csv_export.tcl: > attempt to provide package sgmlparser 1.1 failed: > > package sgmlparser 1.0 provided instead > This means your ./../custom/mf_csv_export.tcl has to be tweaked. That's a tcl file of you own front/backend which is just too specific about the version of some tcl package it likes to load. Look for a line saying package require sgmlparser 1.0 and change it to package require sgmlparser 1.0- > ./../custom/mf_click_handler.tcl: attempt to provide package SOAP::Utils > 1.0 failed: package SOAP::Utils 1.0.1 provided > Same here. The other errors you get are doubles. Kind regards Jan |