[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 00173) Where are this functions ?
Hi:
I am trying to generate an IPv6 Routing Header. I am using the
fuctions "inet6_rthdr_space()" and similar like it is specified
in RFC 2292 (Advanced Sockets API for IPv6).
I have installed the linux-kernel-2.4.0 with USAGI patch 20010122
and the glibc-2.1.3 with patch 20001101a.
When I try to compile, the following errors appears:
/home/jrh/mgen6v5/mgen.c:98: undefined reference to `inet6_rthdr_space'
/home/jrh/mgen6v5/mgen.c:99: undefined reference to `inet6_rthdr_init'
/home/jrh/mgen6v5/mgen.c:102: undefined reference to `inet6_rthdr_add'
/home/jrh/mgen6v5/mgen.c:104: undefined reference to
`inet6_rthdr_lasthop'
I have included the file <netinet/in.h>, but this file has NOT this
function prototypes !.
Someone can help me ?
Thanks.