Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,285
Rep:
As John VV said :
"WHY are you building it on " '/root/.gnome-desktop/" the root desktop ?"
/root/ is not supposed to be used for anything .. never.
The risk is that you trash the system when doing builds as root.
And then there are all the security risks,
And by the way, ns2 may not be usable in that location.
The standard build location is in /home/ , e.g.
/home/"user"/ns2/ns-2.1b8-mcast/ , where you of course will do all
build as ordinary user. The root function is for admin tasks only.
.....
.....
John VV : For your information, ns-2.34 is the latest version.
( Ref. post # 7 ). http://www.isi.edu/nsnam/ns/
.....
ns-2.34 ok i do not use it so 2.29 was what i saw on sourceforge
on a diff note -- I often wonder is some of the rh 7 ,9 and fedora 2 users are oldtimers here having some " fun " with the rest of us .
some of them ARE students whos Prof. insits on using a dead OS ,but not all of them
yes,
i'm a student and i need ns-2.1b8 for my dessertation, and because of the gcc version(gcc 2.96) i found this version after many challenges!
i examin this with suse 10.2, slackware 9, slackware 10,...
and yet i cant install this properly!
As John VV said :
"WHY are you building it on " '/root/.gnome-desktop/" the root desktop ?"
/root/ is not supposed to be used for anything .. never.
The risk is that you trash the system when doing builds as root.
And then there are all the security risks,
And by the way, ns2 may not be usable in that location.
The standard build location is in /home/ , e.g.
/home/"user"/ns2/ns-2.1b8-mcast/ , where you of course will do all
build as ordinary user. The root function is for admin tasks only.
.....
.....
John VV : For your information, ns-2.34 is the latest version.
( Ref. post # 7 ). http://www.isi.edu/nsnam/ns/
.....
Dear John,
Thanks alot for your useful information,
yes the Ns version that i use is very old, and i choose it because i want to work with ADMR protocol, i found it only in ns-2.1b8-mcast, maybe it's in other version of ns and i don't know!
may be you or other friends can find a better version for me?
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,285
Rep:
และ ... as you can see from the above, the "extra file" is ns.1 .
And it is not installed at all, so it's only half a bug. .. ..
I managed to get ns-2.1b8-mcast installed in Debian 4 Etch ,
which is the newest Linux with a workable gcc-2.95 / g++-2.95 .
The trick was to edit the Makefile.in , in tclcl-1.0b12 and ns-2.1b8-mcast :
( Ditto for nam-1.9 )
Code:
From :
CC = @CC@
CPP = @CXX@
to :
CC = gcc-2.95
CPP = g++-2.95
I could not build tcl8.3.x ( autotools misfit ? )
so the system tcl8.3.5 / tk-8.3.5 was used.
'otcl' version : 1.0a8. And otcl was build with gcc-4.1 .
As John VV said :
"WHY are you building it on " '/root/.gnome-desktop/" the root desktop ?"
/root/ is not supposed to be used for anything .. never.
The risk is that you trash the system when doing builds as root.
And then there are all the security risks,
And by the way, ns2 may not be usable in that location.
The standard build location is in /home/ , e.g.
/home/"user"/ns2/ns-2.1b8-mcast/ , where you of course will do all
build as ordinary user. The root function is for admin tasks only.
.....
.....
John VV : For your information, ns-2.34 is the latest version.
( Ref. post # 7 ). http://www.isi.edu/nsnam/ns/
.....
thanks alot guys,
i used all of your information, and finally could install that version on old RedHat7.2
i can start my work no
Hello jeni_M110, from where you download the ADMR and ODMRP module for NS-2? i can't access monarch.cs.rice.edu. i've been searching those modules and can't find any site that have it... please give me a link to download or please send me the ADMR and ODMR module to adi.trisna87@gmail.com... many thanks..
i'm a student and i need ns-2.1b8 for my dessertation, and because of the gcc version(gcc 2.96) i found this version after many challenges!
well the gcc 2.96 compiler qualifys for doing your dissertation on- "Ancient software from the pre-windows xp date in history" , or entitled " linux before the modern gui"
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.