LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   problems in installing ns-allinone-2.34 (https://www.linuxquestions.org/questions/linux-kernel-70/problems-in-installing-ns-allinone-2-34-a-821219/)

bgprasuna 07-21-2010 04:51 AM

problems in installing ns-allinone-2.34
 
first i downloaded ns-allinone-2.34
then i tried the tar command to extact the file
and then when i typed this
sudo apt-get install build-essential autoconf automake libxmu-dev
to install the supporting files i'm getting the msg like command not found
please tell me what the mistake i did and whats the solution for it.

knudfl 07-21-2010 05:20 AM

Welcome to LQ. .. .. :)

CentOS 5.x : The commands are : 1) su
2)
Code:

yum install libX11-devel libXext-devel libXau-devel libXmu-devel xorg-x11-proto-devel gcc-c++ compat-gcc-34-c++ make automake autoconf libtool
Fedora / CentOS 5.x / RH EL5 :
http://www.linuxquestions.org/questi...11-a-817322/#3

http://www.linuxquestions.org/questi...4/#post4040310
..

bgprasuna 07-22-2010 04:47 AM

ns make failed
 
hello im back again i got a problem while installing ns2.34 in ubuntu9.04
the error msg is
cn not open output file.too many symbolic links
ns make failed.
plzzzz send me the solution.

knudfl 07-22-2010 05:17 AM

Ubuntu : sudo apt-get install \
libx11-dev libxmu-dev libxmu-headers libxt-dev libtool \
autoconf automake g++

I don't remember any problems with ns2 / Ubuntu 9.04.

May be start from scratch :
Assume 'ns-allinone-2.34.tar.gz' present in /home/bgprasuna/ :
tar xvf ns-allinone-2.34.tar.gz && cd ns-allinone-2.34/
&& ./install

""Can not open output file. Too many symbolic links""
will only happen, if you have done something very unusual
and I can't guess, what that could be.
..


All times are GMT -5. The time now is 12:32 PM.