How to install net-snmp in Solaris 10
Oscar Ruiz <[email protected]> Mon, 26 Apr 2021 15:30:20 -0500
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <CAOhTsmje6D0DswGim0Wy2c5i9ipkOZcCsPQqTVg0cKusEZZL8w@mail.gmail.com> |
Hello,
I have tried installing net-snmp for Solaris 10 as per
https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8/net-snmp-5.8.tar.gz
but no luck due to below error:
*** Error code 1
make: Fatal error: Command failed for target `kernel_sunos5.lo'
Current working directory /usr/local/src/net-snmp/agent/mibgroup
*** Error code 1
The following command caused the error:
if test "helpers mibgroup" != ""; then \
it="helpers mibgroup" ; \
for i in $it ; do \
echo "making all in `pwd`/$i"; \
( cd $i ; make ) ; \
if test $? != 0 ; then \
exit 1 ; \
fi \
done \
fi
make: Fatal error: Command failed for target `subdirs'
Current working directory /usr/local/src/net-snmp/agent
*** Error code 1
The following command caused the error:
if test "snmplib agent apps man local mibs" != ""; then \
it="snmplib agent apps man local mibs" ; \
for i in $it ; do \
echo "making all in `pwd`/$i"; \
( cd $i ; make ) ; \
if test $? != 0 ; then \
exit 1 ; \
fi \
done \
fi
make: Fatal error: Command failed for target `subdirs'
Does anyone has a package to installe it instead of the make procedure ?
Thank you in advance!
-Oscar
_______________________________________________
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