Re: net-snmp-5.4 compile error

2007-01-29 Thread Thomas Anders
liu.renfeng wrote: > There is no lib name libbeecrypt.so.5 in /usr/local/lib in my system(Redhat > AS4). There is a libbeecrypt.so.6 in /usr/lib and I create a symbol link for > it but still I get the message as I send before. Please re-read the FAQ section in question and install the beecrypt-d

Re: Re: Re: net-snmp-5.4 compile error

2007-01-29 Thread liu.renfeng
Dear all, Thanks again There is no lib name libbeecrypt.so.5 in /usr/local/lib in my system(Redhat AS4). There is a libbeecrypt.so.6 in /usr/lib and I create a symbol link for it but still I get the message as I send before. Best Regards, Robin Tel: +86-27-8761-7326 Ext: 309 2007-01-30

Re: Re: net-snmp-5.4 compile error

2007-01-29 Thread Zhang Chuan
Try this one: ln -s /usr/local/lib/libbeecrypt.so.5 /usr/lib/libbeecrypt.so.5 On 1/30/07, liu.renfeng <[EMAIL PROTECTED]> wrote: Thanks very much. I create a symbol link as follow: ln -s libbeecrypt.so.6.2.0 libbeecrypt.la But still I get : [EMAIL PROTECTED] net-snmp-5.4]# make making all

Re: Re: net-snmp-5.4 compile error

2007-01-29 Thread liu.renfeng
Thanks very much. I create a symbol link as follow: ln -s libbeecrypt.so.6.2.0 libbeecrypt.la But still I get : [EMAIL PROTECTED] net-snmp-5.4]# make making all in /root/net-snmp-5.4/snmplib make[1]: Entering directory `/root/net-snmp-5.4/snmplib' make[1]: Leaving directory `/root/net-snmp-5.4/s

Is there any document described the architecture of SNMP?

2007-01-29 Thread liu.renfeng
I want to use snmp in my project and maybe I need to add or modify some features. This obviously need to kown how the net snmp designed. So I'd like to know if there is any documents, if not, is there any other way to achieve this target? Best Regards, Robin Tel: +86-27-8761-7326 Ext: 3

Re: Re: Re: Re: Re: Porting net-snmp to arm platform questions

2007-01-29 Thread liu.renfeng
Thanks very much for your kindly support. It's ok at last with the option you suggested. Best Regards, Robin Tel: +86-27-8761-7326 Ext: 309 2007-01-30 发件人: Dave Shield 发送时间: 2007-01-30 00:23:14 收件人: liu.renfeng 抄送: [EMAIL PROTECTED] 主题: Re: Re: Re: Re: Porting net-snmp to arm platform qu

Re: Re: Help please, need to access a row column value from inside the agent

2007-01-29 Thread Vinicius Pacheco
Hi Dave, Thanks for the previous answer, but when I compiled the agent with you suggestions, I got the following error: -- "warning: passing argument 1 of 'netsnmp_table_data_set_find_column' from incompatible pointer type" -This warn

Re: ethtool test fails

2007-01-29 Thread Magnus Fromreide
On mån, 2007-01-29 at 08:43 +0100, Magnus Fromreide wrote: > On Sat, Jan 27, 2007 at 03:31:25PM +0100, Thomas Anders wrote: > > Thomas Anders wrote: > > > Magnus Fromreide wrote: > > >> Further checking shows that showed up between 1.0.9 and > > >> 1.2.13 while showed up between 2.2.26 and 2.4.18

Re: Net-snmp-coders Digest, Vol 8, Issue 54

2007-01-29 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. ] On 29/01

Re: Name of the parent node

2007-01-29 Thread Dave Shield
On 25/01/07, Tu, Don <[EMAIL PROTECTED]> wrote: > What function call can I use to get the name of the parent node? The parent node of what, exactly? What structure are you currently working with, that you need to access the parent of? Dave

Re: Re: Re: Re: Porting net-snmp to arm platform questions

2007-01-29 Thread Dave Shield
On 25/01/07, liu.renfeng <[EMAIL PROTECTED]> wrote: > I tried "--with-mibs=mibII " That's not what I told you to try. >> Try: >> >> ./configure --enable-mini-agent --with-mib-modules=mibII "--with-mibs" and "--with-mib-modules" are *NOT* the same. >From that same reply: >> Note that

Re: Help please, need to access a row column value from inside the agent

2007-01-29 Thread Dave Shield
On 25/01/07, Vinicius Pacheco <[EMAIL PROTECTED]> wrote: >I need help accessing an especific row column value using for that > a given row. > I want to be able to, using the row obtained from last line of > the code, access any given column value. > Something like: > value = row->column[2

Re: can the agent add nodes to the mib tree?

2007-01-29 Thread Dave Shield
On 16/01/07, Hamid Taromian <[EMAIL PROTECTED]> wrote: > Can i build the mib tree dynamically? i mean the can the agent > configure my devices and add that node to the mib tree? Yes. The MIB file(s) defining your MIB structure need to exist beforehand, but the agent can dynamically decide which po

[repost] Old instances of ppp interface not cleared

2007-01-29 Thread Chris
Hi there, I posted this message a few days ago on the users list but had no answer, so I thought it may be worth it posting it here. This looks like a bug in net-snmp-5.3-4.2, what do you think ? Here's the initial message : I'm trying to use MRTG to monitor a dynamic adsl ppp connexion on a Fe

Re: net-snmp-5.4 compile error

2007-01-29 Thread Thomas Anders
liu.renfeng wrote: > I configure net-snmp-5.4 with default by using "./configure" > > and then type make to compile the packge, after a long wait I get following > errors(I use Redhat AS4 U3 system): > > libtool: link: cannot find the library `/usr/lib/libbeecrypt.la' or unhandled > argument `/

net-snmp-5.4 compile error

2007-01-29 Thread liu.renfeng
I configure net-snmp-5.4 with default by using "./configure" and then type make to compile the packge, after a long wait I get following errors(I use Redhat AS4 U3 system): snmpd.c: In function `main': snmpd.c:948: warning: assignment discards qualifiers from pointer target type gcc -I../inclu