[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01838) Re: Error with 'make bzImage'
Dear Yoshfuji
I transmit the result of the request to you.
[root@tklinux linux24]# pwd
/usr/src/usagi/kernel/linux24
[root@tklinux linux24]# grep IPSEC .config
# CONFIG_IP_IPSEC is not set
CONFIG_IPV6_IPSEC=y
CONFIG_IPV6_IPSEC_TUNNEL=y
[root@tklinux linux24]#
best regards
TakuyaKishimoto
----- Original Message -----
From: <YOSHIFUJI Hideaki / $B5HF#1QL@ (B <yoshfuji@xxxxxxxxxxxxxx>)>
To: <usagi-users@xxxxxxxxxxxxxx>
Sent: Thursday, September 26, 2002 5:58 PM
Subject: (usagi-users 01837) Re: Error with 'make bzImage'
> In article <200209260800.ABI99524@xxxxxxxxxxxxxxxxxx> (at Thu, 26 Sep 2002
16:59:15 +0900), Takuya Kishimoto <t-kishimoto@xxxxxxxxxxxx> says:
>
> > I've tried to compile kernel (Turbolinux 8) with the
> > usagi(usagi-linux24-s20020805.tar.bz2) but I got the following error:
> :
> > gcc -D__KERNEL__ -I/usr/src/usagi/kernel/linux24/include -Wall
> > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
> > -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686
> > -nostdinc -I /usr/lib/gcc-lib/i586-pc-linux/2.96/include
> > -DKBUILD_BASENAME=ip6_output -c -o ip6_output.o ip6_output.c
> > ip6_output.c: In function `ip6_build_xmit':
> > ip6_output.c:1139: structure has no member named `mode'
> > ip6_output.c:1139: `IPSEC_MODE_TUNNEL' undeclared (first use in this
function)
> > ip6_output.c:1139: (Each undeclared identifier is reported only once
> > ip6_output.c:1139: for each function it appears in.)
> > make[3]: *** [ip6_output.o] Error 1
> > make[3]: Leaving directory `/usr/src/usagi/kernel/linux24/net/ipv6'
> > make[2]: *** [first_rule] Error 2
> > make[2]: Leaving directory `/usr/src/usagi/kernel/linux24/net/ipv6'
> > make[1]: *** [_subdir_ipv6] Error 2
> > make[1]: Leaving directory `/usr/src/usagi/kernel/linux24/net'
> > make: *** [_dir_net] Error 2
>
> Hmm.. Could you show me you .config related to IPsec?
> ex) grep IPSEC .config
>
> Thanks.
>
> --
> yoshfuji
>