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 |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-03-2011, 01:30 PM
|
#1
|
LQ Newbie
Registered: Jan 2011
Posts: 4
Rep:
|
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
|
|
|
01-03-2011, 02:56 PM
|
#2
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
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++
..
|
|
|
01-03-2011, 07:43 PM
|
#3
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,669
|
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
|
|
|
01-04-2011, 08:20 AM
|
#4
|
LQ Newbie
Registered: Jan 2011
Posts: 4
Original Poster
Rep:
|
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 08:26 AM.
|
|
|
01-04-2011, 11:52 AM
|
#5
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,669
|
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 )
THEN you will NEED the legacy ( the very OLD gcc compiler )
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 11:56 AM.
|
|
|
01-04-2011, 12:01 PM
|
#6
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
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.
..
|
|
|
01-05-2011, 10:06 AM
|
#7
|
LQ Newbie
Registered: Jan 2011
Posts: 4
Original Poster
Rep:
|
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?
|
|
|
01-05-2011, 11:12 AM
|
#8
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
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.
..
|
|
|
01-28-2011, 07:28 AM
|
#9
|
LQ Newbie
Registered: Jan 2011
Posts: 4
Original Poster
Rep:
|
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 07:31 AM.
|
|
|
All times are GMT -5. The time now is 11:58 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|