Re: [mpls-linux-general] Mpls on Linux RedHat 7.1 Kernel 2.4.13
Status: Beta
Brought to you by:
jleu
From: Eric <dub...@el...> - 2002-07-30 13:01:44
|
Hi all, I reinstalled everything, but with the version 2.4.18 of Redhat.=20 Finally, I found an error on my installation, so it's why my=20 installation don't do anything. When I do the command : make bzImage, I have an error and the Image file=20 are not create. So I can't change my Lilo settings and I don't boot on=20 the new config. This is the error : cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes=20 -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common=20 -pipe -mpreferred-stack-boundary=3D2 -march=3Di686 =20 -DKBUILD_BASENAME=3Ddevinet -c -o devinet.o devinet.c ..... some errors ..... 'mpls_dump_ilm' undeclared here (not in function) initialize element is not constant (near initialization for 'inet_rtnetlink_table[38].dumpit') 'mpls_rtm_newxc' undeclared here (not in function) initialize element is not constant (near initialization for 'inet_rtnetlink_table[40].doit') ..... some errors again .... make[3]:*** [devinet.o] Error 1 make[3]: Leaving directory `/usr/src/linux/net/ipv4' make[2]:*** [first_rule] Error 2 make[2]: Leaving directory `/usr/src/linux/net/ipv4' make[1]:*** [_subdir_ipv4] Error 2 make[1]: Leaving directory `/usr/src/linux/net' make:*** [_dir_net] Error 2 I need help ... I hope someday will can help me. Thank you Eric Eric Dub=E9 wrote: > Hi, > > I have a pc with Linux Rehdat 7.1 with kernel version : 2.4.13. > > I download and install the 2.4.13 kernel on my installed kernel=20 > 2.4.2-2. I follow these instructions (appear in the msg_id : 578413) > > From: James R. Leu <jleu@mi...> > > Re: help for MPLS-LINUX install 2001-12-06 12:35 > get the 2.4.13 kernel source.cd /usr/src/ > mv linux linux.old > ncftpget=20 > ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-2.4.13.tar.bz2 > tar -Ixf linux-2.4.13.tar.bz2 > mv linux linux-2.4.13 > ln -s linux-2.4.13 linux > cd /usr/include/ > mv linux linux.old > mv asm asm.old > ln -s /usr/src/linux/include/linux > ln -s /usr/src/linux/include/asm > > After this, I download and install the MPLS package version 0.996=20 > (version 1.0 on the web) and I follow the instruction of the readme fil= e. > > Everything work fine and I didn't have any errors. > > But, I don't see any change on my linux. I don't have new option=20 > in network settings, I don't have new menu about MPLS. > > Somebody can explain me what the installation is supposed to do.=20 > Presently, I'm not sure if my installation of MPLS was ok. > > Thank you > Eric > > =20 |