On 4/26/21 1:30 PM, Oscar Ruiz wrote:
> 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
> <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'

Hi Oscar,

Net-SNMP v5.8 is no longer supported. Please switch to the v5.9 branch
or to the master branch of https://github.com/net-snmp/net-snmp/
<https://github.com/net-snmp/net-snmp/>. Both build fine on my
workstation in an OpenIndiana VM (OpenIndiana is an open source project
derived from Solaris).

Bart.





_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to