정상적인 NS-2 설치에 성공했다면 설치 직후에 다음과 같은 메시지가 보여진다(allinone-2.31 버전 기준)
Please put /usr/local/ns-allinone-2.31/bin:/usr/local/ns-allinone-2.31/tcl8.4.14/unix:/usr/local/ns-allinone-2.31/tk8.4.14/unix
into your PATH environment; so that you’ll be able to run itm/tclsh/wish/xgraph.IMPORTANT NOTICES:
(1) You MUST put /usr/local/ns-allinone-2.31/otcl-1.13, /usr/local/ns-allinone-2.31/lib,
into your LD_LIBRARY_PATH environment variable.
If it complains about X libraries, add path to your X libraries
into LD_LIBRARY_PATH.
If you are using csh, you can set it like:
setenv LD_LIBRARY_PATH <paths>
If you are using sh, you can set it like:
export LD_LIBRARY_PATH=<paths>(2) You MUST put /usr/local/ns-allinone-2.31/tcl8.4.14/library into your TCL_LIBRARY environmental
variable. Otherwise ns/nam will complain during startup.After these steps, you can now run the ns validation suite with
cd ns-2.31; ./validateFor trouble shooting, please first read ns problems page
http://www.isi.edu/nsnam/ns/ns-problems.html. Also search the ns mailing list archive
for related posts.
여기서 해당 라이브러리와 실행파일 경로를 path에 지정해야 다음부터 편하게 쓸수 있는데 두가지 방법이 있다.
하나는
LD_LIBRARY_PATH 환경변수에 직접 경로를 추가하는 방법과
다른 하나는 /etc/ld.so.conf 파일에 직접 경로를 입력하고 ldconfig 명령어를 돌려주는 방법이 있다.
어느것을 하든 관계는 없지만 만약 환경변수에 경로를 추가한다면 .profile 혹은 ,bashrc 파일에 입력하여 재부팅 혹은 재로그인 시 자동으로 인식되게끔 하는 조치가 필요하다.