Re: make net-snmp v5.3.3 on rhel4

2010-02-23 Thread aurfalien
>> I have an old system that must remain at RHEL 4x64. >> >> After downloading the source from net-snmp.org, and upon running make >> I get; >> >> /usr/lib/libopt.so: could not read symbols: File in wrong format. > > Try > > ./configure LDFLAGS="-L/usr/lib64" ... && make > > Ok, after messing a

Re: make net-snmp v5.3.3 on rhel4

2010-02-23 Thread aurfalien
Hi, I found the packages of elfutils-devel and elfutils-libelf-devel to solve the elf error. - aurf -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactiv

Re: make net-snmp v5.3.3 on rhel4

2010-02-23 Thread aurfalien
>> I have an old system that must remain at RHEL 4x64. >> >> After downloading the source from net-snmp.org, and upon running make >> I get; >> >> /usr/lib/libopt.so: could not read symbols: File in wrong format. > > Try > > ./configure LDFLAGS="-L/usr/lib64" ... && make Awsome, that got me a lot

Re: make net-snmp v5.3.3 on rhel4

2010-02-23 Thread Thomas Anders
aurfal...@gmail.com wrote: > I have an old system that must remain at RHEL 4x64. > > After downloading the source from net-snmp.org, and upon running make > I get; > > /usr/lib/libopt.so: could not read symbols: File in wrong format. Try ./configure LDFLAGS="-L/usr/lib64" ... && make +Thoma

make net-snmp v5.3.3 on rhel4

2010-02-23 Thread aurfalien
Hi all, I have an old system that must remain at RHEL 4x64. After downloading the source from net-snmp.org, and upon running make I get; /usr/lib/libopt.so: could not read symbols: File in wrong format. Reading some posts suggest I do; autoreconf -f -i so that I can re generate a config fil

how to listen on an IP address created only after snmpd process is started

2010-02-23 Thread Alina Ghergu
Hello net-snmp-users, I have a question regarding agentaddress option in snmpd.conf. I used agentaddress successfuly to listen on a particular interface that is already created. The problem is that I have a virtual interface with a label, that is created only after the snmpd process is started. I

Re: REINSTALLING NET-SNMP

2010-02-23 Thread Ajeet Gupta
Thank You Dave, You solved my problem :) On Tue, Feb 23, 2010 at 3:28 PM, Dave Shield wrote: > On 23 February 2010 07:06, Ajeet Gupta wrote: > > I had messed with various settings and files while roaming and playing > > around net-snmp. Now i want to re-install the setup.So, how to uninstall >

Re: The results of your email commands

2010-02-23 Thread purushotam rao
> > R/Sir > > Please go through the attached testmodule.c and testmodule.h code. When I > query the first variable I got the proper response. But when I query for the > second variable I am getting the following response. > > enterprises.10496.1.1.2.0 = No such Instance currently exists at this O

Re: REINSTALLING NET-SNMP

2010-02-23 Thread Dave Shield
On 23 February 2010 07:06, Ajeet Gupta wrote: > I had messed with various settings and files while roaming and playing > around net-snmp. Now i want to re-install the setup.So, how to uninstall > net-snmp?(I am using Fedora core 10 and i installed net-snmp through tar.gz) You should be able to ru

Regarding Snmp deamon's boot-up time

2010-02-23 Thread Venkatesh A
Hi , I am using Net-snmp configured using following option ./configure –with-mib-modules=”ucd_snmp $OTHER_MIBS” i.e I have to do dlmod for loading customized MIB support snmp daemon is spawned using sytem calls from my application. The issue I am facing is spawning of snmp daemon delays my app

Re: net-snmp-5.5_CrossCompiling_xscale_be

2010-02-23 Thread Dave Shield
On 23 February 2010 03:55, Queenie de Melo wrote: > Actually I only require my target platform to receive traps sent from other > agents and then depending on what type of trap, take appropriate action > (like send email etc) > > In this scenario, is it enough if i compile only snmptrapd.o with co