Advertisement
Guest User

Untitled

a guest
Mar 8th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Hello,
  2. I have a problem while installing ns2-allinone package, when I have downloaded this file and install it on my ubuntu 12.04 with ./install command I have got this message on my terminal to edit the path inside the .bashrc file.
  3.  
  4. You MUST put /home/j0k3r/ns-allinone-2.35/otcl-1.14, /home/j0k3r/ns-allinone-2.35/lib,
  5. into your LD_LIBRARY_PATH environment variable.
  6. If it complains about X libraries, add path to your X libraries
  7. into LD_LIBRARY_PATH.
  8. If you are using csh, you can set it like:
  9. setenv LD_LIBRARY_PATH <paths>
  10. If you are using sh, you can set it like:
  11. export LD_LIBRARY_PATH=<paths>
  12.  
  13. (2) You MUST put /home/j0k3r/ns-allinone-2.35/tcl8.5.10/library into your TCL_LIBRARY environmental
  14. variable. Otherwise ns/nam will complain during startup.
  15.  
  16.  
  17. After these steps, you can now run the ns validation suite with
  18. cd ns-2.35; ./validate
  19.  
  20. For trouble shooting, please first read ns problems page
  21. http://www.isi.edu/nsnam/ns/ns-problems.html. Also search the ns mailing list archive
  22. for related posts.
  23.  
  24. But when I have fixed this path inside .bashrc, I am getting this error message when ever I used to open my terminal
  25.  
  26. j0k3r@j0k3r:~$ source .bashrc
  27. bash: export: `/home/j0k3r/ns-allinone-2.35/lib,': not a valid identifier
  28. j0k3r@j0k3r:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement