Results 1 to 4 of 4
well I am Purely a Windows User and I now need network Simulator for my research.
So i installed Fedora 11 and NS2.34,
I am try to activate it but ...
- 11-16-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 2
Network Simulator 2.34 Installation
well I am Purely a Windows User and I now need network Simulator for my research.
So i installed Fedora 11 and NS2.34,
I am try to activate it but i can't
please help.
Remember I know nothing about Fedora so please tell me all the commands
Thanks a lot
- 11-16-2009 #2Linux Newbie
- Join Date
- Nov 2007
- Location
- Planet Earth
- Posts
- 152
You need to be more specific:
* what did you try?
* do you have any error message?
* did you read the help of the program?
If you need help you have to provide more information than "I can't run this program"EOF
- 11-17-2009 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 2
I did this as been described:
# .bashrc
# LD_LIBRARY_PATH
OTCL_LIB=/home/mansoor/ns-allinone-2.34/otcl-1.13 NS2_LIB=/home/mansoor/ns-allinone-2.34/lib
X11_LIB=/usr/X11R6/lib USR_LOCAL_LIB=/usr/local/lib
Export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OTCL_LIB:$NS2_LI B:$X11_LIB: $USR_LOCAL_LIB
# TCL_LIBRARY
TCL_LIB=/home/mansoor/ns-allinone-2.34/tcl8.4.18/library USR_LIB=/usr/lib
export TCL_LIBRARY=$TCL_LIB:$USR_LIB
# PATH
XGRAPH=home/mansoor/ns-allinone-2.34/bin:home/mansoor/ns-allinone 2.34/tcl8.4.18/unix:home/mansoor/ns-allinone-2.34/tk8.4.18/unix NS=home/mansoor/ns-allinone-2.34/ns-2.34/
PATH=$PATH:$XGRAPH:$NS:$NAM
then when i enter "source ~/.bashrc" i get the following error:
bash: Export: command not found
bash: 2.34/tcl8.4.18/unix:home/mansoor/ns-allinone-2.34/tk8.4.18/unix: No such file or directory
Please Help
- 11-17-2009 #4
The error messages are already telling you what's wrong.
There is no "Export".
What you mean is "export".
Commands are case sensitive.
Also, you missed a "/" somewhere.
I bet, you can figure out, where


