LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 12-18-2011, 01:55 PM   #16
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

# 15
Quote:
READ the man page on the tar command

Tar was changed 2004. ( And again in year 2010, to recognize txz.)
From /usr/doc/tar-1.15.1/NEWS , slack 10.2
Quote:
version 1.15 - Sergey Poznyakoff, 2004-12-20

* Compressed archives are recognised automatically, it is no longer
necessary to specify -Z, -z, or -j options to read them.
( Thus, you can now run `tar tf archive.tar.gz'.)
 
Old 12-19-2011, 08:01 AM   #17
alagappan90
LQ Newbie
 
Registered: Dec 2011
Posts: 8

Rep: Reputation: Disabled
Smile

I am working in Fedora 13
 
1 members found this post helpful.
Old 12-19-2011, 10:41 AM   #18
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
Quote:
I am working in Fedora 13
Then the "one line command" :
export CC=gcc34 CXX=g++34 && ./install
... is valid. Fedora has /usr/bin/ gcc34 g++34 :

# yum install compat-gcc-34-c++

.
 
Old 12-20-2011, 04:35 AM   #19
alagappan90
LQ Newbie
 
Registered: Dec 2011
Posts: 8

Rep: Reputation: Disabled
Smile

Sir in the second step you said "cd ns-allinone-2.30 && tar xvf Aqua-sim_ns230.tar.bz"....before executing this step whether i have to copy the "Aqua-sim_ns230.tar.bz" zip file into the just now unzipped ns-allinone-2.30 folder????

Sir also please give me the link to download "Fedora core 2"...i am going to install Aquasim on this platform...whether those three steps have to be repeated or any change????...if so please give me the steps....

sorry to disturb you.....i am new to this linux platform....awaiting

Last edited by alagappan90; 12-20-2011 at 05:06 AM.
 
1 members found this post helpful.
Old 12-20-2011, 04:52 AM   #20
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
# 19
Quote:
.. whether I have to copy the "Aqua-sim_ns230.tar.bz" file into the
just now unzipped ns-allinone-2.30 folder
You can do that, then the path is obvious.
By another location, you will have to point to the file.
...


By the way : Non of the files are zip files, and cannot be unzipped :
'file Aqua-sim_ns230.tar.bz' : bzip2 compressed data.
Can be " 'bunzip'ed" ( with 'bzip2 -d' ) or untarred with 'tar xvf' : No zip.
 
Old 12-20-2011, 07:45 AM   #21
alagappan90
LQ Newbie
 
Registered: Dec 2011
Posts: 8

Rep: Reputation: Disabled
Smile

hai...i am using Fedora 13....i got an error regarding gcc while executing the third step.....i typed 'which gcc' in the terminal window....it tells that there is no gcc in /usr/bin....I then typed 'yum install gcc', but i got a message that, you need to be a root to execute this command.....what should i do now...help me

Last edited by alagappan90; 12-20-2011 at 08:10 AM.
 
1 members found this post helpful.
Old 12-20-2011, 09:50 AM   #22
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
# 21

Fedora requirements : 1) su <enter-password> 2) yum install \
libX11-devel libXext-devel libXau-devel libXmu-devel xorg-x11-proto-devel \
gcc-c++ compat-gcc-34-c++ make automake autoconf libtool

cd ns-allinone-2.30/ && export CC=gcc34 CXX=g++34 && ./install

To have the program ask for gcc : Seems you have made a wrong command ?
The 'export CC=gcc34 CXX=g++34' command will insure that only gcc34 is used.
( The default gcc, installed with "gcc-c++" may work too. 'g++' will not :
g++34 must be used.)

..

Last edited by knudfl; 12-21-2011 at 03:32 AM.
 
Old 02-13-2012, 10:27 AM   #23
alagappan90
LQ Newbie
 
Registered: Dec 2011
Posts: 8

Rep: Reputation: Disabled
Hai friends....i have a doubt

What are all the basic packages that have to installed before the installation of 'Aquasim' in 'Ubuntu'....

Please reply the answer in the form i have to type in my Ubuntu terminal...

help me pls...
 
Old 02-13-2012, 11:22 AM   #24
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
General for all ns2 versions :

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

Depending on your version of Ubuntu,
an aditional g++-?? may be required.

.
 
1 members found this post helpful.
Old 05-04-2012, 10:20 AM   #25
uwsn2012
LQ Newbie
 
Registered: May 2012
Posts: 8

Rep: Reputation: Disabled
Hi, i want install aquasim simulator but i have some problems ,pleaaase your help!!
i use windows xp and i installing cygwin successfully ,i followed the steps posted in #8
but when i type"./install"
i have this error:
make:***[dbr/dbr.o]Error1
Ns make failed!
 
Old 05-04-2012, 10:39 AM   #26
uwsn2012
LQ Newbie
 
Registered: May 2012
Posts: 8

Rep: Reputation: Disabled
pleaase if anyone has successfully installed aquasim gives me the steps from A to Z please.
thanks to all.
 
Old 05-04-2012, 12:22 PM   #27
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
#26.

LQ Search : Keyword = aquasim

Files, post # 8 here ..
http://www.linuxquestions.org/questi...asim-855532/#8

Any more questions ? Then you will have to specify your Linux OS.
Like Fedora 16, CentOS 6, Ubuntu 10.04
http://www.linuxquestions.org/linux/...Ask_a_Question
http://linuxsilo.net/docs/smart-questions_en.html

.
 
Old 05-04-2012, 12:46 PM   #28
uwsn2012
LQ Newbie
 
Registered: May 2012
Posts: 8

Rep: Reputation: Disabled
I'm new in this forum i'm sorry
in the post #8 which o.s is used ? ubuntu 10.04 or fedora 16?
 
Old 05-04-2012, 01:40 PM   #29
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
# 28.

A Linux OS for ns2 should be 32bits. 64bits will create reduced results.

The example in the link
http://www.linuxquestions.org/questi...asim-855532/#8
.. uses compat-gcc-34-c++, which is installable on these :
Fedora (16), CentOS 6.x, Scientific Linux SL6.x, (PCLinuxOS).
So you can choose any. Other LQ members use Fedora or CentOS for best result.
( Ubuntu will usually also have a not so perfect ns2 build.)

.
 
Old 05-06-2012, 11:31 AM   #30
uwsn2012
LQ Newbie
 
Registered: May 2012
Posts: 8

Rep: Reputation: Disabled
please another question...
ubuntu 10.04.4 is a good choice for installing aquasim it's succesuful or not ??
I want to install a platform in which the installation was successful...
 
  


Reply

Tags
aquasim, g++41-compat-1210, ns2


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Make Ubuntu Linux work as a wireless router--wireless Internet sharing erossmith Linux - General 6 04-21-2013 09:59 PM
Cannot get wireless to work on Toshiba Satellite L350-170 (Wireless card: RTL8187B) anon095 Linux - Laptop and Netbook 5 01-07-2009 06:33 PM
Wireless (Intel PRO/Wireless 2200BG) network problems using FC5 kernel 2.6.17 TempleOwl1999 Linux - Laptop and Netbook 14 08-26-2006 02:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 10:00 AM.

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