error - snmp_bridge (fwd)

Shteryana Shopova syrinx at FreeBSD.org
Sat Aug 25 04:41:24 PDT 2007


> Date: Fri, 24 Aug 2007 17:12:44 -0300
> From: Carlos Porto Filho <carloshpf at oi.com.br>
> To: freebsd-stable at freebsd.org
> Subject: error - snmp_bridge
>
> During the make buildworld (6stable) i got this:
> Change begemotBridgeBaseName > bridge_oid.h
> line 31: '(' expected at begin of node
> context: " TruthValue ENUM (
> *** Error code 1
> Stop in /usr/src/usr.sbin/bsnmpd/modules/snmp_bridge.
>
> . . .
>
> any idea?
> tia

You're getting the error most likely because you're updating from a
system that has an older version of gensnmptree(1). Compiling and
installing gensnmptree(1) before starting buildworld should solve your
problem -

#cd /usr/src/usr.sbin/bsnmpd/gensnmptree/
#make && make install

cheers,
Shteryana

> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
>


More information about the freebsd-stable mailing list