On 22/06/07, Goodshirly <[EMAIL PROTECTED]> wrote: > >How did you install the software on the embedded system? > >Are you sure that you've installed all the relevant libraries, etc? > > > Hmmm... > I just copy the snmpd.o file
The *object* file? Not even the 'snmpd' binary? Then it's no wonder things aren't working! I don't know how things work on an embedded system, but if you run "make install" on a normal setup, then this will list the steps necessary for installing the Net-SNMP system. At the very least, you'll need to copy across 'snmpd' (rather than 'snmpd.o') If you're compiling statically, then that *might* be sufficient. Otherwise, you'll need to copy across any libraries that it links to. But "make install" should give you the full details. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
