Where can I find an rsvp daemon that works on linux kernel 2.2.13??
I have a Linux Debian.

I've found this one :
rsvpd.rel4.2a4.linux.tar.gz

But when I try to make it , I have the following errors :

----
rsvp_socks.c:499: warning: implicit declaration of function
`if_nameindex'
rsvp_socks.c:499: warning: assignment makes pointer from integer without
a cast
rsvp_socks.c:502: dereferencing pointer to incomplete type
rsvp_socks.c:502: increment of pointer to unknown structure
rsvp_socks.c:502: arithmetic on pointer to an incomplete type
rsvp_socks.c:503: dereferencing pointer to incomplete type
rsvp_socks.c:504: dereferencing pointer to incomplete type
rsvp_socks.c:507: warning: implicit declaration of function
`if_freenameindex'
rsvp_socks.c: In function `if_indextoname':
rsvp_socks.c:518: warning: assignment makes pointer from integer without
a cast
rsvp_socks.c:521: dereferencing pointer to incomplete type
rsvp_socks.c:521: increment of pointer to unknown structure
rsvp_socks.c:521: arithmetic on pointer to an incomplete type
rsvp_socks.c:522: dereferencing pointer to incomplete type
rsvp_socks.c:523: dereferencing pointer to incomplete type
rsvp_socks.c: In function `if_addrtoindex':
rsvp_socks.c:674: warning: assignment makes pointer from integer without
a cast
rsvp_socks.c:677: dereferencing pointer to incomplete type
rsvp_socks.c:677: increment of pointer to unknown structure
rsvp_socks.c:677: arithmetic on pointer to an incomplete type
rsvp_socks.c:678: dereferencing pointer to incomplete type
rsvp_socks.c:682: dereferencing pointer to incomplete type
make[2]: *** [rsvp_socks.o] Error 1
make[2]: Leaving directory `/tmp/rel4.2a4/rsvpd'
make[1]: *** [rsvpd] Error 2
make[1]: Leaving directory `/tmp/rel4.2a4'
make: *** [all] Error 2

----

    So what is wrong with this version? Or should I try to find another
one?
(If you have one that works, please help me!!

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to