[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 00443) Re: "make modules_install" for mobile_ip6.o
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 00443) Re: "make modules_install" for mobile_ip6.o
- From: KUSUNOKI Masanori <masanori@xxxxxxxxxxx>
- Date: Fri, 27 Apr 2001 19:36:42 +0900
- In-reply-to: <3AE94919.4DD39F99@it.uc3m.es>
- References: <3AE94919.4DD39F99@it.uc3m.es>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Hi!
I had this problem too.
MobileIPv6 is not support kernel built-in IPv6 stack.
If you build IPv6 as module, you can use mobile_ip6 module.
sample .config:
CONFIG_EXPERIMENTAL=y
CONFIG_SYSCTL=y
CONFIG_PROC_FS=y
CONFIG_MODULES=y
CONFIG_NET=y
CONFIG_NETFILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IPV6=m
CONFIG_IPV6_EUI64=y
CONFIG_IPV6_NO_PB=y
CONFIG_IPV6_MOBILITY=m
from http://www.mipl.mediapoli.com/download/mipv6-0.8.1-v2.4.2.tar.gz
INSTALL file.
You can get more information about MobileIPv6:
http://www.mipl.mediapoli.com/
On Fri, 27 Apr 2001 12:25:29 +0200
Juan Fco Rodriguez Hervella <jrh@xxxxxxxxxx> wrote:
> Hi:
>
> I am trying to compile usagi-20010416-linux24.tar.bz2, with
> the module for mobile-IPv6.
>
> When I execute "make modules_install", the following errors appears:
>
> make[1]: Leaving directory `/usr/src/usagi/kernel/linux24/arch/i386/lib'
> cd /lib/modules/2.4.3; \
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
> pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.3; fi
> depmod: *** Unresolved symbols in
--
KUSUNOKI Masanori <nori@xxxxxxxx>