>> 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
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
>> 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
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
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
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
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
>
>
> 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
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
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
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
11 matches
Mail list logo