Re: http://www.net-snmp.org/dev/agent

2011-02-22 Thread Zahra Ghavami
using ldd i remembered i'd added linnetsnmp.so.20 to /usr/local/lib. i removed it and the problem is solved now tnx every one > > I'd also suggest testing if you have multiple versions of the net-snmp > libraries on your system (like one from a package management system, and > one from a build-fr

Re: manipulate table objects from a different program

2011-02-20 Thread Zahra Ghavami
b 20, 2011 at 8:11 AM, Wes Hardaker < harda...@users.sourceforge.net> wrote: > >>>>> On Sun, 20 Feb 2011 01:48:57 -0500, Zahra Ghavami < > zahra.ghav...@gmail.com> said: > > ZG> How can i handle a table in a way that its data can be manipulated by >

http://www.net-snmp.org/dev/agent

2011-02-20 Thread Zahra Ghavami
Hi, I face a nasty error when trying to start snmpd: Starting snmpd/usr/sbin/snmpd: symbol lookup error: /usr/lib64/libnetsnmpagent.so.20: undefined symbol: netsnmp_udp6_parse_security i did reinstall net-snmp, changed configuration files, ... but didnt work. what should i do to get rid of that?

manipulate table objects from a different program

2011-02-19 Thread Zahra Ghavami
Hi, How can i handle a table in a way that its data can be manipulated by other programs not using snmp? e.g. having a simple reference to an array,...? TIA -- The ultimate all-in-one performance toolkit: Intel(R) Paralle

get table info

2010-10-24 Thread Zahra Ghavami
Hi there, How can i retrieve info of a certain column in a certain row of a table? I mean is there anything like netsnmp_set_row_column() func, but doing "get" instead of "set" ? if yes what? if no then how can i do get just by knowing the column and the row of a data_set? TIA ---