* [LARTC] tc + snmp
@ 2004-06-18 11:41 kristiadi_himawan
2004-06-18 18:58 ` Jason Boxman
2004-06-22 10:54 ` Kristiadi Himawan
0 siblings, 2 replies; 3+ messages in thread
From: kristiadi_himawan @ 2004-06-18 11:41 UTC (permalink / raw)
To: lartc
Hi All,
I have try to compile net-snmp with QoS patch from
http://x-ray.prokon.cz/data/snmp/ but got error, i have try many times
but still got the same result.
Anybody have the net-snmp package or binary, deb or rpm that already support
QoS ?
Many thnks
Regards,
Kris
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] tc + snmp
2004-06-18 11:41 [LARTC] tc + snmp kristiadi_himawan
@ 2004-06-18 18:58 ` Jason Boxman
2004-06-22 10:54 ` Kristiadi Himawan
1 sibling, 0 replies; 3+ messages in thread
From: Jason Boxman @ 2004-06-18 18:58 UTC (permalink / raw)
To: lartc
On Friday 18 June 2004 07:41, kristiadi_himawan@dtp.net.id wrote:
> Hi All,
>
> I have try to compile net-snmp with QoS patch from
> http://x-ray.prokon.cz/data/snmp/ but got error, i have try many times
> but still got the same result.
I have compiled it without any problems. What errors did you receive? Did
you follow the installation instructions?
> Anybody have the net-snmp package or binary, deb or rpm that already
> support QoS ?
I haven't seen any yet.
> Many thnks
>
> Regards,
>
> Kris
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] tc + snmp
2004-06-18 11:41 [LARTC] tc + snmp kristiadi_himawan
2004-06-18 18:58 ` Jason Boxman
@ 2004-06-22 10:54 ` Kristiadi Himawan
1 sibling, 0 replies; 3+ messages in thread
From: Kristiadi Himawan @ 2004-06-22 10:54 UTC (permalink / raw)
To: lartc
I already read the readme and here's the error log :
gcc -I../../include -I../../include -I. -I../.. -I. -I./../.. -I./../../snmp
lib -I./.. -I.. -DINET6 -O2 -D_REENTRANT -Dlinux -c
os_checkfns_local.c -fPIC -DPIC -o .libs/qos_checkfns_local.lo
In file included from /usr/include/arpa/nameser.h:552,
from /usr/include/resolv.h:65,
from qos_checkfns_local.c:33:
/usr/include/arpa/nameser_compat.h:88: warning: `MAXLABEL' redefined
../../include/net-snmp/library/parse.h:32: warning: this is the location of
the previous definition
qos_checkfns_local.c: In function `insert_entry':
qos_checkfns_local.c:308: `TCA_HTB_RTAB' undeclared (first use in this
function)
qos_checkfns_local.c:308: (Each undeclared identifier is reported only once
qos_checkfns_local.c:308: for each function it appears in.)
qos_checkfns_local.c:308: size of array `tb2' has non-integer type
qos_checkfns_local.c:314: dereferencing pointer to incomplete type
qos_checkfns_local.c:315: dereferencing pointer to incomplete type
qos_checkfns_local.c:316: dereferencing pointer to incomplete type
qos_checkfns_local.c:317: dereferencing pointer to incomplete type
qos_checkfns_local.c:319: dereferencing pointer to incomplete type
qos_checkfns_local.c:319: dereferencing pointer to incomplete type
qos_checkfns_local.c:320: dereferencing pointer to incomplete type
qos_checkfns_local.c:320: dereferencing pointer to incomplete type
qos_checkfns_local.c:323: dereferencing pointer to incomplete type
qos_checkfns_local.c:324: dereferencing pointer to incomplete type
qos_checkfns_local.c:326: dereferencing pointer to incomplete type
qos_checkfns_local.c:334: `TCA_HTB_PARMS' undeclared (first use in this
function)
qos_checkfns_local.c:337: dereferencing pointer to incomplete type
qos_checkfns_local.c:341: dereferencing pointer to incomplete type
qos_checkfns_local.c:342: dereferencing pointer to incomplete type
qos_checkfns_local.c:343: dereferencing pointer to incomplete type
make[3]: *** [qos_checkfns_local.lo] Error 1
Any suggestion ?
----- Original Message -----
From: "Jason Boxman" <jasonb@edseek.com>
To: <lartc@mailman.ds9a.nl>
Sent: Saturday, June 19, 2004 1:58 AM
Subject: Re: [LARTC] tc + snmp
> On Friday 18 June 2004 07:41, kristiadi_himawan@dtp.net.id wrote:
> > Hi All,
> >
> > I have try to compile net-snmp with QoS patch from
> > http://x-ray.prokon.cz/data/snmp/ but got error, i have try many times
> > but still got the same result.
>
> I have compiled it without any problems. What errors did you receive?
Did
> you follow the installation instructions?
>
> > Anybody have the net-snmp package or binary, deb or rpm that already
> > support QoS ?
>
> I haven't seen any yet.
>
> > Many thnks
> >
> > Regards,
> >
> > Kris
> >
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-06-22 10:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-18 11:41 [LARTC] tc + snmp kristiadi_himawan
2004-06-18 18:58 ` Jason Boxman
2004-06-22 10:54 ` Kristiadi Himawan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox