LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-03-2011, 12:30 PM   #1
bm_ns2
LQ Newbie
 
Registered: Jan 2011
Posts: 4

Rep: Reputation: 0
How to install NS 2-1b9a on fedora 8


Hi,
I'm trying to install ns2.1b9a on fedora 8, i've used the patch "ns21b9a.patch" but still there's an error while using 'make' that I can't seem to remove.. it says there's no "tools/random.o". Can anyone please tell me how to remove this error and install ns2.1b9a.

Thanks
beea
 
Old 01-03-2011, 01:56 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ. .. .. ..

Please use ns-allinone-2.1b9a-gcc32.tar.gz
http://mohittahiliani.blogspot.com/2...-8-ubuntu.html
( Where the author by accident uses Fedora 8.)

And the compiler must be gcc / g++ version 3.3.6
http://www.linuxquestions.org/questi...p?p=4187015/#4
→ → posts # 4 ... # 7 : Fedora 13 - 14 should be preferred.

Requirements, Fedora : # yum install \
libX11-devel libXext-devel libXau-devel libXmu-devel gcc-c++

..
 
Old 01-03-2011, 06:43 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you DO KNOW that fedora 8 hit it's END OF LIFE years ago .
That there is and has been NO support for fedora 8 for years

fedora 8 is a unsupported and dead version , and that Fedora 14 is the current .



but if you insist on using a dead version !!!
a few things - yum WILL NOT WORK
unless you - by hand edit it to point to the historical archives yes historical .
see this
http://forums.fedoraforum.org/showthread.php?t=221471
and pay attention to ALL the WARNINGS
 
Old 01-04-2011, 07:20 AM   #4
bm_ns2
LQ Newbie
 
Registered: Jan 2011
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks

thanks. .i am using "ns-allinone-2.1b9a-gcc32.tar.gz" from the website you mentioned, i'll try again and then will try to install a latest version of fedora

Last edited by bm_ns2; 01-04-2011 at 07:26 AM.
 
Old 01-04-2011, 10:52 AM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
once fedora 14 is installed and you have installed the dev tools
this should install almost everything
Code:
su -
yum groupinstall " Development Tools" "Development Librarys"
check the spelling from the "grouplist " ( i am NOT running fedora or CentOS right know )
Code:
yum grouplist
THEN you will NEED the legacy ( the very OLD gcc compiler )
Code:
yum search gcc
the 3.2 might NOT be in there but the 3.4 IS
then install it
---
yum install gcc31_??? something or "compact_gcc???"

then search this forum for the build instructions [b] there is a patch that MUST be used to build the very old ns-allinone-2.1b9a on a modern OS .

have fun
this is like getting a program built for windows 2000 or ME to build on windows 7

Last edited by John VV; 01-04-2011 at 10:56 AM.
 
Old 01-04-2011, 11:01 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
John, ns2.1b9a requires gcc / g++ version 3.3.6.

Please read post # 2 + the links.

Version 3.3.3 will not work, neither will 3.4.6.

And there are no available c++ / g++ "3.1" or "3.2", that will work in Fedora.

..
 
Old 01-05-2011, 09:06 AM   #7
bm_ns2
LQ Newbie
 
Registered: Jan 2011
Posts: 4

Original Poster
Rep: Reputation: 0
gcc 3.3.6 on fedora 14

thanks..i tried all the steps to install in fedora 8 but none of the gcc rpm's work..they each give an error. will gcc 3.3.6 be installed on fedora 14 cause i have very less time to complete my project, i don't want to risk any more time, should i install fedora 14 or an older version of Linux which already has a compatible gcc for ns-2.1b9a?
 
Old 01-05-2011, 10:12 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
All Fedora, 8 ... 14 will work. ( I have tested with 8, 13, 14.)
Installing the gcc 3.3.6 packages : The install order is like here
http://www.linuxquestions.org/questi...p?p=4187015/#4
1) gcc3.3-cpp, 2) gcc3.3, 3) gcc3.3-c++, etc.

Please read everything in that link very carefully !


You may or may not need the libstdc++ packages, depending on what's
already installed.
The command 'rpm -Uvh gcc3.3-c++-3.3.6-1pclos2007.i586.rpm : will tell,
if the libstdc++5-devel-3.3.6-1pclos2007.i586.rpm is required.
..
 
Old 01-28-2011, 06:28 AM   #9
bm_ns2
LQ Newbie
 
Registered: Jan 2011
Posts: 4

Original Poster
Rep: Reputation: 0
sending route info in ns2

hi,
i wasn't able to install ns2.1b9a but i found what i wanted to do in ns2.33. . can anyone please tell me how to send route information maintained at one node to another. Thanks

Last edited by bm_ns2; 01-28-2011 at 06:31 AM.
 
  


Reply

Tags
ns-allinone-2.1b9a-gcc32, ns2.1b9a



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fedora 8 and fedora-base 8 install with windows during booting time ab25 Linux - Newbie 5 08-26-2014 07:24 PM
Auto Updates in Fedora 14 wants to install Fedora 15 update kuwaitikid Linux - Newbie 3 11-24-2010 08:51 PM
Can't install Fedora 11 directly, or upgrade from Fedora 10. Anaconda won't detect HD sheepy Fedora - Installation 11 10-06-2009 08:11 AM
Can't boot Fedora 10 live cd or install Fedora 10 with install DVD dth4h Linux - Laptop and Netbook 7 06-01-2009 07:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration