这意味着安装完成后要做什么?
(1) You MUST put /home/shabeer/ns-allinone-2.35/otcl-1.14, /home/shabeer/ns-allinone-2.35/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>发布于 2014-09-15 14:42:28
在~/..bashrc中,应该添加一行
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/shabeer/ns-allinone-2.35/otcl-1.14:/home/shabeer/ns-allinone-2.35/lib然后要么重新登录要么运行
source ~/.bashrc程序需要知道这些路径。
希望你不需要第二部分,但是如果你需要的话再写一遍
https://askubuntu.com/questions/524332
复制相似问题