Hi, Great!! It worked! But it is strange, because I did this step as it is explained in the readme but it didn't work. Well, actually, I made it in two steps. First the "CPPFLAGS=..." and then "./configure". Maybe the problem is that I should execute them together.
Thank you very much! -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Benjamin Thery Enviado el: jueves, 13 de julio de 2006 10:46 Para: mipl Asunto: Re: [mipl] User Space Application Configuration Problem Hi, Looks like configure doesn't find your patched kernel headers. Are you sure you specified the correct kernel source directory when you ran configure? CPPFLAGS='-isystem /usr/src/linux/include' ./configure or, in case you didn't update the /usr/src/linux link, CPPFLAGS='-isystem /the/directory/where/resides/my/linux-2.6.16/include' ./configure I think this is the cause of your problem. Regards, Benjamin Fabio Valpondi wrote: > *Hi everybody!* > > * * > > *I have been trying to configure MIPv6 for the installation and it does > not work.* > > *I have patched the 2.6.16 kernel with the 2.0.2 patch and then > recompiled it. It was successful and it works well. I checked for the > kernel options to be correctly configured, and they were. > (/chkconf_kernel.sh/)* > > *The problem comes once I try to configure the user space application > for the compilation. I get this error:* > > * * > > */configure: *** checking for optional features/* > > */checking whether to use builtin crypto... (cached) yes/* > > */checking whether to enable debug messages... (cached) yes/* > > */checking whether to enable debug virtual terminal... (cached) no/* > > */configure: *** checking for RFC3542: Advanced IPv6 Socket API support/* > > */checking for inet6_opt_find... no/* > > */checking for inet6_rth_space... no/* > > */checking for inet6_rth_init... no/* > > */checking for inet6_rth_add... no/* > > */checking for inet6_rth_getaddr... no/* > > */checking for inet6_rth_gettype... no/* > > */configure: *** checking for Mobile IPv6 support in kernel headers/* > > */checking whether IFA_F_HOMEADDRESS is declared... no/* > > */configure: error: kernel headers do not support MIPv6./* > > */ /* > > */*** If working Linux kernel headers are not in the default include path,/* > > */*** please use CPPFLAGS variable to specify where they can be found/* > > */*** (e.g. CPPFLAGS="-isystem /usr/src/linux/include")/*** > > * * > > *With the former version, 2.0.1 I did not get this problem.* > > *If someone could help me I would be very grateful.* > > * * > > *Thank you all!* > > *Fabio Valpondi* > > > ------------------------------------------------------------------------ > > _______________________________________________ > mipl mailing list > [email protected] > http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl -- B e n j a m i n T h e r y - BULL/DT/Open Software R&D http://www.bull.com _______________________________________________ mipl mailing list [email protected] http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl _______________________________________________ mipl mailing list [email protected] http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl
