ns2をインストールする時にエラーが発生することがある.
いくつかのエラーの対処法を記載しておく.
エラー1
<エラーメッセージ>
tcl8.4.18 make failed! exiting…
tk8.4.18 make failed!
make: *** [tk3d.o] error 1 tk8.4.18 make
tk8.4.18 make fail<対処法>
# yum install libX11-devel
エラー2
<エラーメッセージ>
checking for X11 header files
can’t find X includes
otcl-1.13 configuration failed! Exiting …
Please check http://www.isi.edu/nsnam/ns/ns-problems.html
for common problems and bug fixes.<対処法>
# yum groupinstall “X Software Development”
少しでも役立てばと思います.