LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Any NS-2 Expert? working with snapshot? (https://www.linuxquestions.org/questions/linux-newbie-8/any-ns-2-expert-working-with-snapshot-589049/)

muby 10-03-2007 02:12 AM

Any NS-2 Expert? working with snapshot?
 
Hii All,

I'm new to Linux & I'm using Fedora7 for NS-2, but i only found the code i need in snapshot version, after i install it along with dependencies, I tried to set environmental variables similar to allinone package

Quote:

export PATH=${PATH}:/root/ns2install/11e/bin:/root/ns2install/tcl8.4.11/unix:root/ns2install/tk8.4.11/unix
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/root/ns2install/otcl-1.11:/root/ns2install/11e/lib:root/ns2install/tk8.4.11/library
export TCL_LIBRARY=${TCL_LIBRARY}:/root/ns2install/tcl8.4.11/library
but when i try to work with it, i get the following errors

Quote:

[root@localhost 11e]# ./validate
bash: ./validate: Permission denied
[root@localhost 11e]# ./test-all
bash: ./test-all: Permission denied
[root@localhost 11e]# cd bin
[root@localhost bin]# ./ns wpan_demo1.tcl
bash: ./ns: No such file or directory
what im doing wrong?

Thank you in your help

Muby

ps i named the snapshot folder '11e'


All times are GMT -5. The time now is 12:34 AM.