Am 2013-04-24 15:15, schrieb Lee Baker: Hi Sascha, Have just been following your wiki instructions, when I run ./ yateconnector.tcl I get this error "/usr/bin/env: tclsh8.5: No such file or directory" perhaps I am missing something?
looks like you are missing tcl in version 8.5. You may try to edit the shebang line #!/usr/bin/env tclsh8.5 in yateconnector.tcl to whatever version of tcl is available. But I only tested it with tcl 8.5. Maybe an apt-get install tcl8.5 will help Best regards Sascha _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
