Re: developing an application to return snmp information

2008-05-01 Thread ntwrkd
Thank you for this useful information. On Thu, May 1, 2008 at 3:45 PM, Dave Shield <[EMAIL PROTECTED]> wrote: > [ First - *please* don't mail me privately, without copying > any responses to the mailing list. I don't have the time > or inclination to offer private, unpaid, SNMP cons

Re: developing an application to return snmp information

2008-05-01 Thread ntwrkd
Not a problem. I thought that I did CC the list. On Thu, May 1, 2008 at 3:45 PM, Dave Shield <[EMAIL PROTECTED]> wrote: > [ First - *please* don't mail me privately, without copying > any responses to the mailing list. I don't have the time > or inclination to offer private, unpaid,

Re: Tables with READ-CREATE row on net-snmp-5.1.1

2008-05-01 Thread Dave Shield
2008/5/1 Baltazar Francois <[EMAIL PROTECTED]>: > we are using version 5.1.1 I've doubtless said this before, but that is a *very* old version, and is no longer being supported. > in order to implement the code we need to use the function > "netsnmp_insert_table_row" which is not present in

Re: developing an application to return snmp information

2008-05-01 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] 2008/4/3

Tables with READ-CREATE row on net-snmp-5.1.1

2008-05-01 Thread Baltazar Francois
Many thanks to Dave for his response, now its working fine. Just one more question, we are using version 5.1.1 with a table that include a field "read-create" which shall allow creation of new rows on the table, but in order to implement the code we need to use the function "netsnmp_insert_tabl

RE: help

2008-05-01 Thread Tyson Sommer
Dave, Here is "ls -ll" for the libraries I had to make the sym links for. I've added "***" to the end of the lines showing the links I had to create: [EMAIL PROTECTED] lib]# ll libelf* -rwxr-xr-x1 root root62272 Feb 24 2003 libelf-0.76.so lrwxrwxrwx1 root root 1

Re: help

2008-05-01 Thread Dave Shield
2008/5/1 Tyson Sommer <[EMAIL PROTECTED]>: > After doing some digging, I found the problem. I did have the > elfutils-devel rpm installed, but I had to make a symbolic link to that > and another library. > > libelf.so -> libelf.so.1 > libbz2.so -> libbz2.so.1 Hmmm I might need to update

RE: help

2008-05-01 Thread Tyson Sommer
Dave, After doing some digging, I found the problem. I did have the elfutils-devel rpm installed, but I had to make a symbolic link to that and another library. libelf.so -> libelf.so.1 libbz2.so -> libbz2.so.1 Thanks for your input! Tyson -Original Message- From: [EMAIL PROTECTED]

Re: help

2008-05-01 Thread Dave Shield
2008/4/30 Tyson Sommer <[EMAIL PROTECTED]>: > /usr/bin/ld: cannot find -lelf Try installing the 'elfutils-devel' RPM. See the FAQ entry The compilation is complaining about missing libraries. Why? http://www.net-snmp.org/wiki/index.php/FAQ:Compiling_02 for details Dave -

help

2008-05-01 Thread Tyson Sommer
All, I looked around at the FAQ and various documentation and couldn't find anything (I'm not a guru by any stretch, though, so I may have overlooked something). I'm trying to install Net-SNMP 5.4.1 on my Linux (RedHat 9 2.4.20-8). When I do a "make test" or "make install," it fails. Below is t