Re: about net-snmp-5.1.1 cross compile

2008-05-19 Thread Dave Shield
2008/5/19 Tewen Hsieh <[EMAIL PROTECTED]>: > I am sorry. The error message should be > > dlopen failed: /home/wpWlsCore.so: undefined symbol: > netsnmp_create_handler_registration > > dlopen failed: /home/wpWlsBridge.so: undefined symbol: > netsnmp_create_handler_registration OK - so

Re: about net-snmp-5.1.1 cross compile

2008-05-19 Thread Tewen Hsieh
NO. 6, Industry E. Rd. III, Science Park, Hsin-Chu, Taiwan 300, R.O.C. Tel:03-6662595 Ext.1208 E-mail:[EMAIL PROTECTED] - Original Message - From: "Dave Shield" <[EMAIL PROTECTED]> To: "Tewen Hsieh" <[EMAIL PROTECTED]> Cc: Sent: Monday, May 19, 2008 4:3

Re: about net-snmp-5.1.1 cross compile

2008-05-19 Thread Dave Shield
2008/5/19 Tewen Hsieh <[EMAIL PROTECTED]>: > I have tried make LDFLAGS="-all-static" > When I executed "ldd /not/usr/sbin/snmpd", > it showed "not a dynameic executable". That would be correct, if you've compiled it statically. > When I load wpWlsCore.so and wpWlsBridge.so, it showed following

Re: about net-snmp-5.1.1

2008-05-14 Thread Wes Hardaker
> On Mon, 12 May 2008 14:00:07 +0800, "Tewen Hsieh" <[EMAIL PROTECTED]> > said: TH> But when I use "snmpwalk -v 1 -c public localhost system", it only TH> shows "End of MIB". What does it mean? It means you don't have access control to anything in the agent :-) TH> What's the difference

about net-snmp-5.1.1

2008-05-12 Thread Tewen Hsieh
Hi, I just cross compile net-snmp-5.1.1. But when I use "snmpwalk -v 1 -c public localhost system", it only shows "End of MIB". What does it mean? I have tried other version (cross compile 5.3.2), it could send back a correct response. What's the difference in 5.1.1? Or I make a mistake in 5.1.1