I need help to make step by step to install net-snmp 5.6.1 on AIX 6.1
 
_______________________________________
./configure 
OK
 
make
Ok
 

make install
[ .   .  .   ]
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/machine/generic.h 
/usr/local/include/net-snmp/machine/generic.h
installing generic.h in /usr/local/include/net-snmp/machine
making installlibs in /usr/local/net-snmp-5.6.1/snmplib
libtool: install: .././install-sh -c .libs/libnetsnmp.a 
/usr/local/lib/libnetsnmp.a
libtool: install: .././install-sh -c .libs/libnetsnmp.lai 
/usr/local/lib/libnetsnmp.la
libtool: install: warning: remember to run `libtool --finish 
/usr/local/net-snmp/lib'
installing libnetsnmp.la in /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LIBPATH' environment variable
     during execution
   - use the `-Wl,-blibpath:LIBDIR:/usr/vac/lib:/usr/lib:/lib ' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Target "installlibs" is up to date.
making installlibs in /usr/local/net-snmp-5.6.1/agent
libtool: install: error: cannot install `libnetsnmpagent.la' to a directory not 
ending in /usr/local/net-snmp/lib
make: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 2.

Stop.
___________________________
 
 
 
LS> And when i test snmpwalk returns only "END of MIB"

Most likely you haven't set up access control properly.  The snmpd
application MUST be properly configured.  Try adding the following line
to your snmpd.conf file (/usr/local/net-snmp/etc/snmpd.conf):

  rocommunity testcommunity

And then restart the agent and run:

  snmpwalk -v 2c -c testcommunity localhost system

And I bet it'll show you something.

-- 
Wes Hardaker
Please mail all replies to [email protected]

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to