ns found the right version of tclsh in /usr/bin/tclsh8.6 but it doesn't seem to be there anymore for ns2

Raihanul Alam picture Raihanul Alam · Jan 9, 2019 · Viewed 7.2k times · Source

When I write $ns in Linux terminal it shows this message:

"When configured, ns found the right version of tclsh in /usr/bin/tclsh8.6
but it doesn't seem to be there anymore, so ns will fall back on running the first tclsh in your path. The wrong version of tclsh may break the test suites. Reconfigure and rebuild ns if this is a problem. "

will it cause any problem with my TCL file being executed? I am using ns-allinone-2.35.

Answer

Jonathan Murphy picture Jonathan Murphy · Aug 15, 2019

For me this problem solved by upgrade tclsh.

sudo apt install tclsh

My Ubuntu version is 18.04 LTS