From agentx-admin@ietf.org  Sat Jan  3 14:45:31 2004
Received: from optimus.ietf.org ([132.151.1.19])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA10174
	for <agentx-archive@lists.ietf.org>; Sat, 3 Jan 2004 14:45:31 -0500 (EST)
Received: from localhost.localdomain ([127.0.0.1] helo=www1.ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1Acrhm-0005D8-Eb; Sat, 03 Jan 2004 14:45:02 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1AcmX2-0003yS-Di
	for agentx@optimus.ietf.org; Sat, 03 Jan 2004 09:13:36 -0500
Received: from ietf-mx (ietf-mx.ietf.org [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA02038
	for <agentx@ietf.org>; Sat, 3 Jan 2004 09:13:29 -0500 (EST)
From: saurabh.mahapatra@wipro.com
Received: from ietf-mx ([132.151.6.1])
	by ietf-mx with esmtp (Exim 4.12)
	id 1AcmWq-0006Nk-00
	for agentx@ietf.org; Sat, 03 Jan 2004 09:13:24 -0500
Received: from exim by ietf-mx with spam-scanned (Exim 4.12)
	id 1AcmSR-0006CO-00
	for agentx@ietf.org; Sat, 03 Jan 2004 09:08:52 -0500
Received: from wiproecmx1.wipro.com ([164.164.31.5])
	by ietf-mx with esmtp (Exim 4.12)
	id 1AcmP4-0005z8-00
	for agentx@ietf.org; Sat, 03 Jan 2004 09:05:22 -0500
Received: from ec-vwall-wd (ec-vwall-wd.wipro.com [10.200.52.125])
	by wiproecmx1.wipro.com (8.12.9-20031013/8.12.9) with SMTP id i03E4I8h000966
	for <agentx@ietf.org>; Sat, 3 Jan 2004 19:34:20 +0530 (IST)
Received: from blr-ec-bh3.wipro.com ([10.200.50.93]) by ec-vwall-wd with InterScan Messaging Security Suite; Sat, 03 Jan 2004 19:35:26 +0530
Received: from blr-ec-msg04.wipro.com ([10.200.53.99]) by blr-ec-bh3.wipro.com with Microsoft SMTPSVC(5.0.2195.6713);
	 Sat, 3 Jan 2004 19:34:18 +0530
X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C3D202.7A650D1A"
Message-ID: <BB2EB6174F69B745A57C91CD59C1BA0EEC121C@blr-ec-msg04.wipro.com>
Thread-Topic: Relocation Errorin  AgentX SNMP
Thread-Index: AcPSAuk4VH6gtDPqRUugxV0rb2bWoA==
To: <agentx@ietf.org>
X-OriginalArrivalTime: 03 Jan 2004 14:04:18.0219 (UTC) FILETIME=[7A6C47B0:01C3D202]
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
	ietf-mx.ietf.org
X-Spam-Status: No, hits=0.4 required=5.0 tests=HTML_70_80,HTML_MESSAGE,
	NO_REAL_NAME autolearn=no version=2.60
Subject: [Agentx] Relocation Errorin  AgentX SNMP
Sender: agentx-admin@ietf.org
Errors-To: agentx-admin@ietf.org
X-BeenThere: agentx@ietf.org
X-Mailman-Version: 2.0.12
Precedence: bulk
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/agentx>,
	<mailto:agentx-request@ietf.org?subject=unsubscribe>
List-Id: SNMP Agent Extensibility <agentx.ietf.org>
List-Post: <mailto:agentx@ietf.org>
List-Help: <mailto:agentx-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/agentx>,
	<mailto:agentx-request@ietf.org?subject=subscribe>
List-Archive: <https://www1.ietf.org/mail-archive/working-groups/agentx/>
Date: Sat, 3 Jan 2004 19:34:18 +0530

This is a multi-part message in MIME format.

------_=_NextPart_001_01C3D202.7A650D1A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi all,
=20
As a part of my project I need to implement some SNMP communication
between the Agent and Manager .=20
I am working on the sample examples given in the net-snmp.org site .=20
=20
I downloaded the code and manage to compile successfully. But while
running the executable I am getting the following error.
This error is coming when I issue  a snmpget or snmpwalk command from
the manager .
=20
=20
Agent side=20
---------------
 [root@linuxserver code]# ./example-demon
./example-demon: relocation error: /usr/lib/libnetsnmpagent.so.5:
undefined symbol: hosts_ctl
=20
manager side
-------------------
=20
[root@linuxserver code]# snmpwalk  -v2c -c public localhost
.1.3.6.1.4.1.8072.2.4.1.1.2.0
Error in packet.
Reason: (genError) A general failure occured
Failed object: NET-SNMP-MIB::netSnmp.2.4.1.1.2.0
                                                             =20
NET-SNMP-MIB::netSnmp.2.4.1.1.2.0 =3D No Such Object available on this
agent at this OID
=20
=20
Would you please guide me to resolve the issue .
Any type of help will be appreciated .=20
=20
Thanks and regards,
Saurabh Mahapatra
Nortel Esn:6-877-8955
PBX:080-8520408 Extn:3358
=20

------_=_NextPart_001_01C3D202.7A650D1A
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" =
xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">


<meta name=3DProgId content=3DWord.Document>
<meta name=3DGenerator content=3D"Microsoft Word 10">
<meta name=3DOriginator content=3D"Microsoft Word 10">
<link rel=3DFile-List href=3D"cid:filelist.xml@01C3D231.02D94610">
<o:SmartTagType =
namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
 name=3D"PersonName"/>
<!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:DoNotRelyOnCSS/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:DocumentKind>DocumentEmail</w:DocumentKind>
  <w:EnvelopeVis/>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;
	text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;
	text-underline:single;}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
	{margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
span.EmailStyle17
	{mso-style-type:personal-compose;
	mso-style-noshow:yes;
	mso-ansi-font-size:10.0pt;
	mso-bidi-font-size:10.0pt;
	font-family:Arial;
	mso-ascii-font-family:Arial;
	mso-hansi-font-family:Arial;
	mso-bidi-font-family:Arial;
	color:windowtext;}
span.SpellE
	{mso-style-name:"";
	mso-spl-e:yes;}
span.GramE
	{mso-style-name:"";
	mso-gram-e:yes;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */=20
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";}
</style>
<![endif]-->
</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple =
style=3D'tab-interval:.5in'>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Hi all,<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>As a part of my project I need to implement some SNMP
communication between the Agent and <span class=3DGramE>Manager .</span> =
<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I am working on the sample examples given in the
net-snmp.org <span class=3DGramE>site .</span> =
<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I downloaded the code and manage to compile =
successfully.
But while running the executable I am getting the following =
error.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>This error is coming when I <span =
class=3DGramE>issue<span
style=3D'mso-spacerun:yes'>&nbsp; </span>a</span> <span =
class=3DSpellE>snmpget</span> or
<span class=3DSpellE>snmpwalk</span> command from the manager =
.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Agent side <o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>---------------<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><span style=3D'mso-spacerun:yes'>&nbsp;</span>[<span =
class=3DSpellE>root@linuxserver</span>
code]<span class=3DGramE># =
./</span>example-demon<o:p></o:p></span></font></p>

<p class=3DMsoNormal><span class=3DGramE><font size=3D2 =
face=3DArial><span
style=3D'font-size:10.0pt;font-family:Arial'>./</span></font></span><font=
 size=3D2
face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial'>example-demon: <b
style=3D'mso-bidi-font-weight:normal'><font color=3D"#ff9900"><span
style=3D'color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'>relo=
cation
error: /usr/lib/libnetsnmpagent.so.5: undefined symbol: <span =
class=3DSpellE>hosts_ctl</span></span></font><o:p></o:p></b></span></font=
></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><span class=3DGramE><font size=3D2 =
face=3DArial><span
style=3D'font-size:10.0pt;font-family:Arial'>manager</span></font></span>=
<font
size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial'> =
side<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>-------------------<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>[<span class=3DSpellE>root@linuxserver</span> code]# =
<span
class=3DSpellE><span class=3DGramE>snmpwalk</span></span><span =
class=3DGramE><span
style=3D'mso-spacerun:yes'>&nbsp; </span>-</span>v2c -c public <span =
class=3DSpellE>localhost</span>
.1.3.6.1.4.1.8072.2.4.1.1.2.0<o:p></o:p></span></font></p>

<p class=3DMsoNormal><span class=3DGramE><b =
style=3D'mso-bidi-font-weight:normal'><font
size=3D2 color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:
Arial;color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'>Error =
in
packet.</span></font></b></span><b =
style=3D'mso-bidi-font-weight:normal'><font
size=3D2 color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:
Arial;color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'><o:p></=
o:p></span></font></b></p>

<p class=3DMsoNormal><b style=3D'mso-bidi-font-weight:normal'><font =
size=3D2
color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial;
color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'>Reason: =
(<span
class=3DSpellE>genError</span>) <span class=3DGramE>A</span> general =
failure <span
class=3DSpellE>occured</span><o:p></o:p></span></font></b></p>

<p class=3DMsoNormal><b style=3D'mso-bidi-font-weight:normal'><font =
size=3D2
color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial;
color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'>Failed =
object:
NET-SNMP-MIB:<span =
class=3DGramE>:netSnmp.2.4.1.1.2.0</span><o:p></o:p></span></font></b></p=
>

<p class=3DMsoNormal style=3D'tab-stops:185.25pt'><b =
style=3D'mso-bidi-font-weight:
normal'><font size=3D2 color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial;color:#FF9900;font-weight:bold;mso-bidi-font-weight:nor=
mal'><span
style=3D'mso-tab-count:1'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></span></font></b></p>

<p class=3DMsoNormal><b style=3D'mso-bidi-font-weight:normal'><font =
size=3D2
color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial;
color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'>NET-SNMP-MIB:=
<span
class=3DGramE>:netSnmp.2.4.1.1.2.0</span> =3D No Such Object available =
on this
agent at this OID<o:p></o:p></span></font></b></p>

<p class=3DMsoNormal><b style=3D'mso-bidi-font-weight:normal'><font =
size=3D2
color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial;
color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'><o:p>&nbsp;</=
o:p></span></font></b></p>

<p class=3DMsoNormal><b style=3D'mso-bidi-font-weight:normal'><font =
size=3D2
color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial;
color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'><o:p>&nbsp;</=
o:p></span></font></b></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Would you please guide me to resolve the <span =
class=3DGramE>issue
.</span><o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Any type of help will be <span =
class=3DGramE>appreciated .</span>
<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoAutoSig><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt;mso-no-proof:yes'>Thanks and =
regards,<o:p></o:p></span></font></p>

<p class=3DMsoAutoSig><st1:PersonName><font size=3D3 face=3D"Times New =
Roman"><span
 style=3D'font-size:12.0pt;mso-no-proof:yes'>Saurabh =
Mahapatra</span></font></st1:PersonName><span
style=3D'mso-no-proof:yes'><o:p></o:p></span></p>

<p class=3DMsoAutoSig><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt;mso-no-proof:yes'>Nortel =
Esn:6-877-8955<o:p></o:p></span></font></p>

<p class=3DMsoAutoSig><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt;mso-no-proof:yes'>PBX:080-8520408 =
Extn:3358<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>

------_=_NextPart_001_01C3D202.7A650D1A--



From exim@www1.ietf.org  Sat Jan  3 14:49:03 2004
Received: from optimus.ietf.org ([132.151.1.19])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA10259
	for <agentx-archive@odin.ietf.org>; Sat, 3 Jan 2004 14:49:03 -0500 (EST)
Received: from localhost.localdomain ([127.0.0.1] helo=www1.ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1AcrlD-0005KR-F8
	for agentx-archive@odin.ietf.org; Sat, 03 Jan 2004 14:48:35 -0500
Received: (from exim@localhost)
	by www1.ietf.org (8.12.8/8.12.8/Submit) id i03JmZQF020479
	for agentx-archive@odin.ietf.org; Sat, 3 Jan 2004 14:48:35 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1AcrlD-0005KE-Bv
	for agentx-web-archive@optimus.ietf.org; Sat, 03 Jan 2004 14:48:35 -0500
Received: from ietf-mx (ietf-mx.ietf.org [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA10246
	for <agentx-web-archive@ietf.org>; Sat, 3 Jan 2004 14:48:32 -0500 (EST)
Received: from ietf-mx ([132.151.6.1])
	by ietf-mx with esmtp (Exim 4.12)
	id 1AcrlA-0007C6-00
	for agentx-web-archive@ietf.org; Sat, 03 Jan 2004 14:48:32 -0500
Received: from exim by ietf-mx with spam-scanned (Exim 4.12)
	id 1AcrjL-00076x-00
	for agentx-web-archive@ietf.org; Sat, 03 Jan 2004 14:46:40 -0500
Received: from [132.151.1.19] (helo=optimus.ietf.org)
	by ietf-mx with esmtp (Exim 4.12)
	id 1Acrhm-000720-00
	for agentx-web-archive@ietf.org; Sat, 03 Jan 2004 14:45:02 -0500
Received: from localhost.localdomain ([127.0.0.1] helo=www1.ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1Acrhm-0005D8-Eb; Sat, 03 Jan 2004 14:45:02 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1AcmX2-0003yS-Di
	for agentx@optimus.ietf.org; Sat, 03 Jan 2004 09:13:36 -0500
Received: from ietf-mx (ietf-mx.ietf.org [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA02038
	for <agentx@ietf.org>; Sat, 3 Jan 2004 09:13:29 -0500 (EST)
From: saurabh.mahapatra@wipro.com
Received: from ietf-mx ([132.151.6.1])
	by ietf-mx with esmtp (Exim 4.12)
	id 1AcmWq-0006Nk-00
	for agentx@ietf.org; Sat, 03 Jan 2004 09:13:24 -0500
Received: from exim by ietf-mx with spam-scanned (Exim 4.12)
	id 1AcmSR-0006CO-00
	for agentx@ietf.org; Sat, 03 Jan 2004 09:08:52 -0500
Received: from wiproecmx1.wipro.com ([164.164.31.5])
	by ietf-mx with esmtp (Exim 4.12)
	id 1AcmP4-0005z8-00
	for agentx@ietf.org; Sat, 03 Jan 2004 09:05:22 -0500
Received: from ec-vwall-wd (ec-vwall-wd.wipro.com [10.200.52.125])
	by wiproecmx1.wipro.com (8.12.9-20031013/8.12.9) with SMTP id i03E4I8h000966
	for <agentx@ietf.org>; Sat, 3 Jan 2004 19:34:20 +0530 (IST)
Received: from blr-ec-bh3.wipro.com ([10.200.50.93]) by ec-vwall-wd with InterScan Messaging Security Suite; Sat, 03 Jan 2004 19:35:26 +0530
Received: from blr-ec-msg04.wipro.com ([10.200.53.99]) by blr-ec-bh3.wipro.com with Microsoft SMTPSVC(5.0.2195.6713);
	 Sat, 3 Jan 2004 19:34:18 +0530
X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C3D202.7A650D1A"
Message-ID: <BB2EB6174F69B745A57C91CD59C1BA0EEC121C@blr-ec-msg04.wipro.com>
Thread-Topic: Relocation Errorin  AgentX SNMP
Thread-Index: AcPSAuk4VH6gtDPqRUugxV0rb2bWoA==
To: <agentx@ietf.org>
X-OriginalArrivalTime: 03 Jan 2004 14:04:18.0219 (UTC) FILETIME=[7A6C47B0:01C3D202]
Subject: [Agentx] Relocation Errorin  AgentX SNMP
Sender: agentx-admin@ietf.org
Errors-To: agentx-admin@ietf.org
X-BeenThere: agentx@ietf.org
X-Mailman-Version: 2.0.12
Precedence: bulk
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/agentx>,
	<mailto:agentx-request@ietf.org?subject=unsubscribe>
List-Id: SNMP Agent Extensibility <agentx.ietf.org>
List-Post: <mailto:agentx@ietf.org>
List-Help: <mailto:agentx-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/agentx>,
	<mailto:agentx-request@ietf.org?subject=subscribe>
List-Archive: <https://www1.ietf.org/mail-archive/working-groups/agentx/>
Date: Sat, 3 Jan 2004 19:34:18 +0530
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
	ietf-mx.ietf.org
X-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,HTML_70_80,HTML_MESSAGE,
	NO_REAL_NAME autolearn=no version=2.60

This is a multi-part message in MIME format.

------_=_NextPart_001_01C3D202.7A650D1A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi all,
=20
As a part of my project I need to implement some SNMP communication
between the Agent and Manager .=20
I am working on the sample examples given in the net-snmp.org site .=20
=20
I downloaded the code and manage to compile successfully. But while
running the executable I am getting the following error.
This error is coming when I issue  a snmpget or snmpwalk command from
the manager .
=20
=20
Agent side=20
---------------
 [root@linuxserver code]# ./example-demon
./example-demon: relocation error: /usr/lib/libnetsnmpagent.so.5:
undefined symbol: hosts_ctl
=20
manager side
-------------------
=20
[root@linuxserver code]# snmpwalk  -v2c -c public localhost
.1.3.6.1.4.1.8072.2.4.1.1.2.0
Error in packet.
Reason: (genError) A general failure occured
Failed object: NET-SNMP-MIB::netSnmp.2.4.1.1.2.0
                                                             =20
NET-SNMP-MIB::netSnmp.2.4.1.1.2.0 =3D No Such Object available on this
agent at this OID
=20
=20
Would you please guide me to resolve the issue .
Any type of help will be appreciated .=20
=20
Thanks and regards,
Saurabh Mahapatra
Nortel Esn:6-877-8955
PBX:080-8520408 Extn:3358
=20

------_=_NextPart_001_01C3D202.7A650D1A
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" =
xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">


<meta name=3DProgId content=3DWord.Document>
<meta name=3DGenerator content=3D"Microsoft Word 10">
<meta name=3DOriginator content=3D"Microsoft Word 10">
<link rel=3DFile-List href=3D"cid:filelist.xml@01C3D231.02D94610">
<o:SmartTagType =
namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
 name=3D"PersonName"/>
<!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:DoNotRelyOnCSS/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:DocumentKind>DocumentEmail</w:DocumentKind>
  <w:EnvelopeVis/>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;
	text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;
	text-underline:single;}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
	{margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
span.EmailStyle17
	{mso-style-type:personal-compose;
	mso-style-noshow:yes;
	mso-ansi-font-size:10.0pt;
	mso-bidi-font-size:10.0pt;
	font-family:Arial;
	mso-ascii-font-family:Arial;
	mso-hansi-font-family:Arial;
	mso-bidi-font-family:Arial;
	color:windowtext;}
span.SpellE
	{mso-style-name:"";
	mso-spl-e:yes;}
span.GramE
	{mso-style-name:"";
	mso-gram-e:yes;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */=20
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";}
</style>
<![endif]-->
</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple =
style=3D'tab-interval:.5in'>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Hi all,<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>As a part of my project I need to implement some SNMP
communication between the Agent and <span class=3DGramE>Manager .</span> =
<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I am working on the sample examples given in the
net-snmp.org <span class=3DGramE>site .</span> =
<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I downloaded the code and manage to compile =
successfully.
But while running the executable I am getting the following =
error.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>This error is coming when I <span =
class=3DGramE>issue<span
style=3D'mso-spacerun:yes'>&nbsp; </span>a</span> <span =
class=3DSpellE>snmpget</span> or
<span class=3DSpellE>snmpwalk</span> command from the manager =
.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Agent side <o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>---------------<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><span style=3D'mso-spacerun:yes'>&nbsp;</span>[<span =
class=3DSpellE>root@linuxserver</span>
code]<span class=3DGramE># =
./</span>example-demon<o:p></o:p></span></font></p>

<p class=3DMsoNormal><span class=3DGramE><font size=3D2 =
face=3DArial><span
style=3D'font-size:10.0pt;font-family:Arial'>./</span></font></span><font=
 size=3D2
face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial'>example-demon: <b
style=3D'mso-bidi-font-weight:normal'><font color=3D"#ff9900"><span
style=3D'color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'>relo=
cation
error: /usr/lib/libnetsnmpagent.so.5: undefined symbol: <span =
class=3DSpellE>hosts_ctl</span></span></font><o:p></o:p></b></span></font=
></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><span class=3DGramE><font size=3D2 =
face=3DArial><span
style=3D'font-size:10.0pt;font-family:Arial'>manager</span></font></span>=
<font
size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial'> =
side<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>-------------------<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>[<span class=3DSpellE>root@linuxserver</span> code]# =
<span
class=3DSpellE><span class=3DGramE>snmpwalk</span></span><span =
class=3DGramE><span
style=3D'mso-spacerun:yes'>&nbsp; </span>-</span>v2c -c public <span =
class=3DSpellE>localhost</span>
.1.3.6.1.4.1.8072.2.4.1.1.2.0<o:p></o:p></span></font></p>

<p class=3DMsoNormal><span class=3DGramE><b =
style=3D'mso-bidi-font-weight:normal'><font
size=3D2 color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:
Arial;color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'>Error =
in
packet.</span></font></b></span><b =
style=3D'mso-bidi-font-weight:normal'><font
size=3D2 color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:
Arial;color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'><o:p></=
o:p></span></font></b></p>

<p class=3DMsoNormal><b style=3D'mso-bidi-font-weight:normal'><font =
size=3D2
color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial;
color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'>Reason: =
(<span
class=3DSpellE>genError</span>) <span class=3DGramE>A</span> general =
failure <span
class=3DSpellE>occured</span><o:p></o:p></span></font></b></p>

<p class=3DMsoNormal><b style=3D'mso-bidi-font-weight:normal'><font =
size=3D2
color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial;
color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'>Failed =
object:
NET-SNMP-MIB:<span =
class=3DGramE>:netSnmp.2.4.1.1.2.0</span><o:p></o:p></span></font></b></p=
>

<p class=3DMsoNormal style=3D'tab-stops:185.25pt'><b =
style=3D'mso-bidi-font-weight:
normal'><font size=3D2 color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial;color:#FF9900;font-weight:bold;mso-bidi-font-weight:nor=
mal'><span
style=3D'mso-tab-count:1'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></span></font></b></p>

<p class=3DMsoNormal><b style=3D'mso-bidi-font-weight:normal'><font =
size=3D2
color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial;
color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'>NET-SNMP-MIB:=
<span
class=3DGramE>:netSnmp.2.4.1.1.2.0</span> =3D No Such Object available =
on this
agent at this OID<o:p></o:p></span></font></b></p>

<p class=3DMsoNormal><b style=3D'mso-bidi-font-weight:normal'><font =
size=3D2
color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial;
color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'><o:p>&nbsp;</=
o:p></span></font></b></p>

<p class=3DMsoNormal><b style=3D'mso-bidi-font-weight:normal'><font =
size=3D2
color=3D"#ff9900" face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial;
color:#FF9900;font-weight:bold;mso-bidi-font-weight:normal'><o:p>&nbsp;</=
o:p></span></font></b></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Would you please guide me to resolve the <span =
class=3DGramE>issue
.</span><o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Any type of help will be <span =
class=3DGramE>appreciated .</span>
<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoAutoSig><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt;mso-no-proof:yes'>Thanks and =
regards,<o:p></o:p></span></font></p>

<p class=3DMsoAutoSig><st1:PersonName><font size=3D3 face=3D"Times New =
Roman"><span
 style=3D'font-size:12.0pt;mso-no-proof:yes'>Saurabh =
Mahapatra</span></font></st1:PersonName><span
style=3D'mso-no-proof:yes'><o:p></o:p></span></p>

<p class=3DMsoAutoSig><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt;mso-no-proof:yes'>Nortel =
Esn:6-877-8955<o:p></o:p></span></font></p>

<p class=3DMsoAutoSig><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt;mso-no-proof:yes'>PBX:080-8520408 =
Extn:3358<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>

------_=_NextPart_001_01C3D202.7A650D1A--




From agentx-admin@ietf.org  Sat Jan  3 14:53:28 2004
Received: from optimus.ietf.org ([132.151.1.19])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA10363
	for <agentx-archive@lists.ietf.org>; Sat, 3 Jan 2004 14:53:28 -0500 (EST)
Received: from localhost.localdomain ([127.0.0.1] helo=www1.ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1AcrpU-0005Q5-PJ; Sat, 03 Jan 2004 14:53:00 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1Acrp7-0005Pk-ST
	for agentx@optimus.ietf.org; Sat, 03 Jan 2004 14:52:37 -0500
Received: from ietf-mx (ietf-mx.ietf.org [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA10359
	for <agentx@ietf.org>; Sat, 3 Jan 2004 14:52:34 -0500 (EST)
Received: from ietf-mx ([132.151.6.1])
	by ietf-mx with esmtp (Exim 4.12)
	id 1Acrp5-0007Pu-00
	for agentx@ietf.org; Sat, 03 Jan 2004 14:52:35 -0500
Received: from exim by ietf-mx with spam-scanned (Exim 4.12)
	id 1AcrnI-0007Kp-00
	for agentx@ietf.org; Sat, 03 Jan 2004 14:50:44 -0500
Received: from avocet.mail.pas.earthlink.net ([207.217.120.50])
	by ietf-mx with esmtp (Exim 4.12)
	id 1Acrn0-0007GE-00
	for agentx@ietf.org; Sat, 03 Jan 2004 14:50:26 -0500
Received: from h-68-164-76-150.snvacaid.dynamic.covad.net ([68.164.76.150] helo=oemcomputer)
	by avocet.mail.pas.earthlink.net with smtp (Exim 3.33 #1)
	id 1Acrmz-0007b5-00; Sat, 03 Jan 2004 11:50:25 -0800
Message-ID: <002701c3d233$513504a0$7f1afea9@oemcomputer>
From: "Randy Presuhn" <randy_presuhn@mindspring.com>
To: <agentx@ietf.org>
References: <BB2EB6174F69B745A57C91CD59C1BA0EEC121C@blr-ec-msg04.wipro.com>
Subject: Re: [Agentx] Relocation Errorin  AgentX SNMP
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
	ietf-mx.ietf.org
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60
Sender: agentx-admin@ietf.org
Errors-To: agentx-admin@ietf.org
X-BeenThere: agentx@ietf.org
X-Mailman-Version: 2.0.12
Precedence: bulk
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/agentx>,
	<mailto:agentx-request@ietf.org?subject=unsubscribe>
List-Id: SNMP Agent Extensibility <agentx.ietf.org>
List-Post: <mailto:agentx@ietf.org>
List-Help: <mailto:agentx-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/agentx>,
	<mailto:agentx-request@ietf.org?subject=subscribe>
List-Archive: <https://www1.ietf.org/mail-archive/working-groups/agentx/>
Date: Sat, 3 Jan 2004 11:53:54 -0800

Hi -

Your question is about a specific implementation of the AgentX
protocol, rather than about the protocol itself.  I suggest you send
your query to the appropriate net-snmp.org mailing list, rather than
this one.

Randy

----- Original Message ----- 
From: <saurabh.mahapatra@wipro.com>
To: <agentx@ietf.org>
Sent: Saturday, January 03, 2004 6:04 AM
Subject: [Agentx] Relocation Errorin AgentX SNMP


Hi all,

As a part of my project I need to implement some SNMP communication
between the Agent and Manager .
I am working on the sample examples given in the net-snmp.org site .

I downloaded the code and manage to compile successfully. But while
running the executable I am getting the following error.
This error is coming when I issue  a snmpget or snmpwalk command from
the manager .


Agent side
---------------
 [root@linuxserver code]# ./example-demon
./example-demon: relocation error: /usr/lib/libnetsnmpagent.so.5:
undefined symbol: hosts_ctl

manager side
-------------------

[root@linuxserver code]# snmpwalk  -v2c -c public localhost
.1.3.6.1.4.1.8072.2.4.1.1.2.0
Error in packet.
Reason: (genError) A general failure occured
Failed object: NET-SNMP-MIB::netSnmp.2.4.1.1.2.0

NET-SNMP-MIB::netSnmp.2.4.1.1.2.0 = No Such Object available on this
agent at this OID


Would you please guide me to resolve the issue .
Any type of help will be appreciated .

Thanks and regards,
Saurabh Mahapatra
Nortel Esn:6-877-8955
PBX:080-8520408 Extn:3358






From exim@www1.ietf.org  Sat Jan  3 14:57:06 2004
Received: from optimus.ietf.org ([132.151.1.19])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA10477
	for <agentx-archive@odin.ietf.org>; Sat, 3 Jan 2004 14:57:06 -0500 (EST)
Received: from localhost.localdomain ([127.0.0.1] helo=www1.ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1Acrt1-0005Xt-0o
	for agentx-archive@odin.ietf.org; Sat, 03 Jan 2004 14:56:39 -0500
Received: (from exim@localhost)
	by www1.ietf.org (8.12.8/8.12.8/Submit) id i03Juch0021313
	for agentx-archive@odin.ietf.org; Sat, 3 Jan 2004 14:56:38 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1Acrt0-0005Xg-U4
	for agentx-web-archive@optimus.ietf.org; Sat, 03 Jan 2004 14:56:38 -0500
Received: from ietf-mx (ietf-mx.ietf.org [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA10456
	for <agentx-web-archive@ietf.org>; Sat, 3 Jan 2004 14:56:35 -0500 (EST)
Received: from ietf-mx ([132.151.6.1])
	by ietf-mx with esmtp (Exim 4.12)
	id 1Acrsy-0007eK-00
	for agentx-web-archive@ietf.org; Sat, 03 Jan 2004 14:56:36 -0500
Received: from exim by ietf-mx with spam-scanned (Exim 4.12)
	id 1AcrrB-0007YF-00
	for agentx-web-archive@ietf.org; Sat, 03 Jan 2004 14:54:46 -0500
Received: from [132.151.1.19] (helo=optimus.ietf.org)
	by ietf-mx with esmtp (Exim 4.12)
	id 1AcrpS-0007Rf-00
	for agentx-web-archive@ietf.org; Sat, 03 Jan 2004 14:52:58 -0500
Received: from localhost.localdomain ([127.0.0.1] helo=www1.ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1AcrpU-0005Q5-PJ; Sat, 03 Jan 2004 14:53:00 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1Acrp7-0005Pk-ST
	for agentx@optimus.ietf.org; Sat, 03 Jan 2004 14:52:37 -0500
Received: from ietf-mx (ietf-mx.ietf.org [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA10359
	for <agentx@ietf.org>; Sat, 3 Jan 2004 14:52:34 -0500 (EST)
Received: from ietf-mx ([132.151.6.1])
	by ietf-mx with esmtp (Exim 4.12)
	id 1Acrp5-0007Pu-00
	for agentx@ietf.org; Sat, 03 Jan 2004 14:52:35 -0500
Received: from exim by ietf-mx with spam-scanned (Exim 4.12)
	id 1AcrnI-0007Kp-00
	for agentx@ietf.org; Sat, 03 Jan 2004 14:50:44 -0500
Received: from avocet.mail.pas.earthlink.net ([207.217.120.50])
	by ietf-mx with esmtp (Exim 4.12)
	id 1Acrn0-0007GE-00
	for agentx@ietf.org; Sat, 03 Jan 2004 14:50:26 -0500
Received: from h-68-164-76-150.snvacaid.dynamic.covad.net ([68.164.76.150] helo=oemcomputer)
	by avocet.mail.pas.earthlink.net with smtp (Exim 3.33 #1)
	id 1Acrmz-0007b5-00; Sat, 03 Jan 2004 11:50:25 -0800
Message-ID: <002701c3d233$513504a0$7f1afea9@oemcomputer>
From: "Randy Presuhn" <randy_presuhn@mindspring.com>
To: <agentx@ietf.org>
References: <BB2EB6174F69B745A57C91CD59C1BA0EEC121C@blr-ec-msg04.wipro.com>
Subject: Re: [Agentx] Relocation Errorin  AgentX SNMP
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Sender: agentx-admin@ietf.org
Errors-To: agentx-admin@ietf.org
X-BeenThere: agentx@ietf.org
X-Mailman-Version: 2.0.12
Precedence: bulk
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/agentx>,
	<mailto:agentx-request@ietf.org?subject=unsubscribe>
List-Id: SNMP Agent Extensibility <agentx.ietf.org>
List-Post: <mailto:agentx@ietf.org>
List-Help: <mailto:agentx-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/agentx>,
	<mailto:agentx-request@ietf.org?subject=subscribe>
List-Archive: <https://www1.ietf.org/mail-archive/working-groups/agentx/>
Date: Sat, 3 Jan 2004 11:53:54 -0800
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
	ietf-mx.ietf.org
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60

Hi -

Your question is about a specific implementation of the AgentX
protocol, rather than about the protocol itself.  I suggest you send
your query to the appropriate net-snmp.org mailing list, rather than
this one.

Randy

----- Original Message ----- 
From: <saurabh.mahapatra@wipro.com>
To: <agentx@ietf.org>
Sent: Saturday, January 03, 2004 6:04 AM
Subject: [Agentx] Relocation Errorin AgentX SNMP


Hi all,

As a part of my project I need to implement some SNMP communication
between the Agent and Manager .
I am working on the sample examples given in the net-snmp.org site .

I downloaded the code and manage to compile successfully. But while
running the executable I am getting the following error.
This error is coming when I issue  a snmpget or snmpwalk command from
the manager .


Agent side
---------------
 [root@linuxserver code]# ./example-demon
./example-demon: relocation error: /usr/lib/libnetsnmpagent.so.5:
undefined symbol: hosts_ctl

manager side
-------------------

[root@linuxserver code]# snmpwalk  -v2c -c public localhost
.1.3.6.1.4.1.8072.2.4.1.1.2.0
Error in packet.
Reason: (genError) A general failure occured
Failed object: NET-SNMP-MIB::netSnmp.2.4.1.1.2.0

NET-SNMP-MIB::netSnmp.2.4.1.1.2.0 = No Such Object available on this
agent at this OID


Would you please guide me to resolve the issue .
Any type of help will be appreciated .

Thanks and regards,
Saurabh Mahapatra
Nortel Esn:6-877-8955
PBX:080-8520408 Extn:3358







From mailman-admin@ietf.org  Fri Jan  9 12:46:43 2004
Received: from optimus.ietf.org ([132.151.1.19])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA17702
	for <agentx-archive@lists.ietf.org>; Fri, 9 Jan 2004 12:46:43 -0500 (EST)
Received: from localhost.localdomain ([127.0.0.1] helo=www1.ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1Af0i7-0003Fi-WE
	for agentx-archive@lists.ietf.org; Fri, 09 Jan 2004 12:46:15 -0500
Date: Fri, 09 Jan 2004 12:46:15 -0500
Message-ID: <20040109174615.9164.78012.Mailman@www1.ietf.org>
Subject: ietf.org mailing list memberships reminder
From: mailman-owner@www1.ietf.org
To: agentx-archive@ietf.org
X-No-Archive: yes
X-Ack: no
Sender: mailman-admin@ietf.org
Errors-To: mailman-admin@ietf.org
X-BeenThere: mailman@ietf.org
X-Mailman-Version: 2.0.12
Precedence: bulk

This is a reminder, sent out once a month, about your ietf.org mailing
list memberships.  It includes your subscription info and how to use
it to change it or unsubscribe from a list.

You can visit the URLs to change your membership status or
configuration, including unsubscribing, setting digest-style delivery
or disabling delivery altogether (e.g., for a vacation), and so on.

In addition to the URL interfaces, you can also use email to make such
changes.  For more info, send a message to the '-request' address of
the list (for example, agentx-request@ietf.org) containing just the
word 'help' in the message body, and an email message will be sent to
you with instructions.

***************************************************************************


                              Note Well

All statements related to the activities of the IETF and addressed to
the IETF are subject to all provisions of Section 10 of RFC 2026,
which grants to the IETF and its participants certain licenses and
rights in such statements. Such statements include verbal statements
in IETF meetings, as well as written and electronic communications
made at any time or place, which are addressed to

        * the IETF plenary session,
        * any IETF working group or portion thereof,
        * the IESG, or any member thereof on behalf of the IESG,
        * the IAB or any member thereof on behalf of the IAB,
        * any IETF mailing list, including the IETF list itself, any
working
            group or design team list, or any other list functioning
under IETF
            auspices,
        * the RFC Editor or the Internet-Drafts function

Statements made outside of an IETF meeting, mailing list or other
function, that are clearly not intended to be input to an IETF
activity, group or function, are not subject to these provisions.

   
***************************************************************************


If you have questions, problems, comments, etc, send them to
mailman-owner@www1.ietf.org.  Thanks!

Passwords for agentx-archive@lists.ietf.org:

List                                     Password // URL
----                                     --------  
agentx@ietf.org                          atabhu    
https://www1.ietf.org/mailman/options/agentx/agentx-archive%40lists.ietf.org


From exim@www1.ietf.org  Fri Jan  9 14:26:30 2004
Received: from optimus.ietf.org ([132.151.1.19])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA27908
	for <agentx-archive@odin.ietf.org>; Fri, 9 Jan 2004 14:26:30 -0500 (EST)
Received: from localhost.localdomain ([127.0.0.1] helo=www1.ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1Af2Gc-0002aQ-Ji
	for agentx-archive@odin.ietf.org; Fri, 09 Jan 2004 14:25:58 -0500
Received: (from exim@localhost)
	by www1.ietf.org (8.12.8/8.12.8/Submit) id i09JPwL1009936
	for agentx-archive@odin.ietf.org; Fri, 9 Jan 2004 14:25:58 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1Af2Gc-0002aA-Am
	for agentx-web-archive@optimus.ietf.org; Fri, 09 Jan 2004 14:25:58 -0500
Received: from ietf-mx (ietf-mx.ietf.org [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA27630
	for <agentx-web-archive@ietf.org>; Fri, 9 Jan 2004 14:25:54 -0500 (EST)
Received: from ietf-mx ([132.151.6.1])
	by ietf-mx with esmtp (Exim 4.12)
	id 1Af2GX-0002dP-00
	for agentx-web-archive@ietf.org; Fri, 09 Jan 2004 14:25:53 -0500
Received: from exim by ietf-mx with spam-scanned (Exim 4.12)
	id 1Af1Ti-0002wN-00
	for agentx-web-archive@ietf.org; Fri, 09 Jan 2004 13:35:29 -0500
Received: from [65.246.255.50] (helo=mx2.foretec.com)
	by ietf-mx with esmtp (Exim 4.12)
	id 1Af1FL-00076b-00
	for agentx-web-archive@ietf.org; Fri, 09 Jan 2004 13:20:35 -0500
Received: from optimus22.ietf.org ([132.151.6.22] helo=optimus.ietf.org)
	by mx2.foretec.com with esmtp (Exim 4.24)
	id 1Af0yt-0007aR-Rt
	for agentx-web-archive@ietf.org; Fri, 09 Jan 2004 13:03:35 -0500
Received: from localhost.localdomain ([127.0.0.1] helo=www1.ietf.org)
	by optimus.ietf.org with esmtp (Exim 4.20)
	id 1Af0yJ-0005Ls-1I
	for agentx-web-archive@ietf.org; Fri, 09 Jan 2004 13:02:59 -0500
Date: Fri, 09 Jan 2004 13:02:59 -0500
Message-ID: <20040109180259.9164.22131.Mailman@www1.ietf.org>
Subject: ietf.org mailing list memberships reminder
From: mailman-owner@www1.ietf.org
To: agentx-web-archive@ietf.org
X-No-Archive: yes
X-Ack: no
Sender: mailman-admin@ietf.org
Errors-To: mailman-admin@ietf.org
X-BeenThere: mailman@ietf.org
X-Mailman-Version: 2.0.12
Precedence: bulk
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
	ietf-mx.ietf.org
X-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,NO_REAL_NAME autolearn=no 
	version=2.60

This is a reminder, sent out once a month, about your ietf.org mailing
list memberships.  It includes your subscription info and how to use
it to change it or unsubscribe from a list.

You can visit the URLs to change your membership status or
configuration, including unsubscribing, setting digest-style delivery
or disabling delivery altogether (e.g., for a vacation), and so on.

In addition to the URL interfaces, you can also use email to make such
changes.  For more info, send a message to the '-request' address of
the list (for example, agentx-request@ietf.org) containing just the
word 'help' in the message body, and an email message will be sent to
you with instructions.

***************************************************************************


                              Note Well

All statements related to the activities of the IETF and addressed to
the IETF are subject to all provisions of Section 10 of RFC 2026,
which grants to the IETF and its participants certain licenses and
rights in such statements. Such statements include verbal statements
in IETF meetings, as well as written and electronic communications
made at any time or place, which are addressed to

        * the IETF plenary session,
        * any IETF working group or portion thereof,
        * the IESG, or any member thereof on behalf of the IESG,
        * the IAB or any member thereof on behalf of the IAB,
        * any IETF mailing list, including the IETF list itself, any
working
            group or design team list, or any other list functioning
under IETF
            auspices,
        * the RFC Editor or the Internet-Drafts function

Statements made outside of an IETF meeting, mailing list or other
function, that are clearly not intended to be input to an IETF
activity, group or function, are not subject to these provisions.

   
***************************************************************************


If you have questions, problems, comments, etc, send them to
mailman-owner@www1.ietf.org.  Thanks!

Passwords for agentx-web-archive@ietf.org:

List                                     Password // URL
----                                     --------  
agentx@ietf.org                          gearsi    
https://www1.ietf.org/mailman/options/agentx/agentx-web-archive%40ietf.org



