LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-02-2013, 12:44 AM   #46
Aska123
Member
 
Registered: Apr 2013
Posts: 197

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by knudfl View Post
Fedora 10 ( Or any Fedora, versions 6 .. 18 ) + CentOS 5, SL 5 :
Binary package, nrl-sensorsim-ns-2.26-1.sl5.i386.rpm, 3.4 MB
https://docs.google.com/file/d/0B7S2...it?usp=sharing
Required : # yum install libstdc++-33
[root@localhost ns-2.26]# yum install libstdc++-33
Loaded plugins: refresh-packagekit
Setting up Install Process
No package libstdc++-33 available.
Nothing to do
[root@localhost ns-2.26]#
 
Old 05-02-2013, 01:08 AM   #47
Aska123
Member
 
Registered: Apr 2013
Posts: 197

Original Poster
Rep: Reputation: Disabled
I tried

[root@localhost rohinisharma]# yum install compat-libstdc++-33-3.2.3-68.7.i686.rpm
stalling:
compat-libstdc++-33 i686 3.2.3-68.7 /compat-libstdc++-33-3.2.3-68.7.i686 725 k

Transaction Summary
================================================================================
Install 1 Package(s)
Upgrade 0 Package(s)

Total size: 725 k
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID fb4b18e6


Public key for compat-libstdc++-33-3.2.3-68.7.i686.rpm is not installed
 
Old 05-02-2013, 02:06 AM   #48
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 47 .

OK. We can change the file fedora10.repo so it doesn't ask for the key.

su
cp -a fedora10.repo /etc/yum.repos.d/
Attached Files
File Type: txt fedora10.repo.txt (302 Bytes, 11 views)
 
Old 03-11-2015, 05:26 AM   #49
sharru
LQ Newbie
 
Registered: Mar 2015
Posts: 2

Rep: Reputation: Disabled
error while adding phenom and sensor agent to ns2

@ASKA123...hey..i have got same error while adding sensor agent and phenom to ns2...have u got any solution for it??
 
Old 03-11-2015, 04:51 PM   #50
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
well if you have the exact same problem

you have MORE

Fedora 10
is 6 years and 11 versions out of date

Fedora 10 went END OF LIFE on " 2009-12-18"
-- DO NOT USE FEDORA 10 !!!--
 
Old 03-11-2015, 11:45 PM   #51
Aska123
Member
 
Registered: Apr 2013
Posts: 197

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sharru View Post
@ASKA123...hey..i have got same error while adding sensor agent and phenom to ns2...have u got any solution for it??

I am using ubuntu 10.04
 
Old 03-17-2015, 05:44 AM   #52
sharru
LQ Newbie
 
Registered: Mar 2015
Posts: 2

Rep: Reputation: Disabled
error while adding phenom and sensor agent to ns2

Following error occurs when i try to install NS-2.26 with nrlsensorsim-2.26 (phenom) on ubuntu 12.04:

./sensornets-NRL/sensoragent.h: At global scope:
./sensornets-NRL/sensoragent.h:56: error: ‘SensorApp’ has not been declared
./sensornets-NRL/sensoragent.h:60: error: ISO C++ forbids declaration of ‘SensorApp’ with no type
./sensornets-NRL/sensoragent.h:60: error: expected ‘;’ before ‘*’ token
In file included from sensornets-NRL/sensoragent.cc:51:
./sensornets-NRL/sensorapp.h:63: error: expected `)' before ‘*’ token
./sensornets-NRL/sensorapp.h:67: error: ISO C++ forbids declaration of ‘SensorApp’ with no type
./sensornets-NRL/sensorapp.h:67: error: expected ‘;’ before ‘*’ token
./sensornets-NRL/sensorapp.h:82: error: expected `)' before ‘*’ token
./sensornets-NRL/sensorapp.h:86: error: ISO C++ forbids declaration of ‘SensorApp’ with no type
./sensornets-NRL/sensorapp.h:86: error: expected ‘;’ before ‘*’ token
sensornets-NRL/sensoragent.cc: In constructor ‘SensorAgent::SensorAgent()’:
sensornets-NRL/sensoragent.cc:62: error: class ‘SensorAgent’ does not have any field named ‘sensor_app’
sensornets-NRL/sensoragent.cc: In member function ‘virtual void SensorAgent::recv(Packet*, Handler*)’:
sensornets-NRL/sensoragent.cc:84: error: ‘sensor_app’ was not declared in this scope
sensornets-NRL/sensoragent.cc: At global scope:
sensornets-NRL/sensoragent.cc:93: error: prototype for ‘void SensorAgent::attach_sensor_app(SensorApp*)’ does not match any in class ‘SensorAgent’
./sensornets-NRL/sensoragent.h:56: error: candidate is: void SensorAgent::attach_sensor_app(int*)
make: *** [sensornets-NRL/sensoragent.o] Error 1
Ns make failed
 
Old 03-17-2015, 02:35 PM   #53
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
sharru

please start a new thread
this is not a question for the very LONG dead fedora 10
or the very OLD ubuntu 10

it is like asking
how do i fix " problem" on windows 8.1 on a Windows XP post
 
  


Reply

Tags
nrlsensorsim, ns2



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
how to install both ns2.28 and ns2.34 versions on ubuntu 10.04? popoaung Linux - Software 3 06-10-2013 04:52 PM
[SOLVED] how to install NS2 in Fedora 9 ? sange Linux - Software 2 01-23-2012 04:00 AM
how to install NS2.34 in fedora 14 naren123.k Linux - Software 9 03-12-2011 03:20 AM
How to install NS2 on fedora 11????? liban779 Linux - Software 5 03-04-2011 06:46 AM
how to install ns2 in fedora-5? salady86 Linux - Newbie 3 03-14-2008 08:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:59 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