On 13/03/2008, mdmei624 <[EMAIL PROTECTED]> wrote: > >I suggest you speak to the experts on your embedded environment. > >They will probably know more about this sort of problem that we do.
> anyway,I show you the process that I operated after download the code. > 1. ./configure Just configure? No other options? > 2. make > 3. download the snmpd(under the agent/.libs/snmpd) to my embed board. You can't simply copy the (hidden) agent binary. If nothing else, this will have the wrong library locations. You need to run "make install" which will re-link things correctly. > is my operation wrong ? and would you mind to show me the step from > download. appreciate so much! Embedded systems are something of a specialised field. I will repeat the advice I gave you yesterday: >I suggest you speak to the experts on your embedded environment. >They will probably know more about this sort of problem that we do. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
