Shteryana Shopova wrote:>> Date: Fri, 24 Aug 2007 17:12:44 -0300
>> From: Carlos Porto Filho <carloshpf@oi.com.br>
>> To: freebsd-stable@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@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>> To unsubscribe, send any mail to
"freebsd-stable-unsubscribe@freebsd.org"
>>
>>
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to
"freebsd-stable-unsubscribe@freebsd.org"
>
>
It worked!! Thank you! :)