[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ns run problems



Hi,
 
 
 
  I have a problem running " ./test-all-red " from inside the
directory   " ns-2.1b5-current/tcl/test " , because the program can not
find the    file " init.tcl " , which is in the tcl directory
"tcl8.0/lib/tcl8.0 " .

  I get the error message :

 " application-specific initialization failed: Can't find a usable
init.tcl in the following directories ....... " 
  
  It checks the paths " /usr/local/lib/tcl8.0 " and 
" The_Current_Directory_Path/.../lib/tcl8.0 " and some similar paths ,
and I could not change that . 
  I copied the "lib" directory to " ns-2.1b5-current/tcl/test " , but
that did not work ! . 

  Also at the end of the test I get the message : 

 " ./test-all-template1: unknown: not found " .

  But the file " test-all-template1 " do exist in the
directory           " ns-2.1b5-current/tcl/test " ! .


  So I had to run the test from the parent directory (of both the ns and
the tcl directories) where init.tcl can be accessed .

  when running  " ns-2.1b5-current/tcl/test/./test-all-red " I get the
error message : 

 " ns-2.1b5-current/tcl/test/./test-all-red: ./test-all-template1: not
found " .  
  

I would appreciate your help , thanks .