Re: [mpls-linux-general] MPLS.h and patch compilation problem.
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2001-10-22 13:34:04
|
On Mon, Oct 22, 2001 at 09:44:19AM +0000, Vino Thomas wrote: > Hello, > > > On Sun, 21 Oct 2001, Iyer, Venkatesh wrote: > > I have the following package > > > mpls-linux-0.993 > > I unzipped the package in the usr/src directory and then patched the kernel > > using linux-mpls.diff found in the patches directory of the untar. > > I am not being able to find mpls.h > > Do I need to recompile the kernel or should I be able to find > > mpls.h after the patch?? > > Applying the patch will add the include file 'mpls.h' in the directory > 'linux-kernel/include/linux' > eg. /usr/src/linux/include/linux > > You need to re-configure and re-compile the kernel code to get the feature > included in the kernel. In addition you may need to "fix" your include directories. RedHad and many other distribution do not link /usr/include/{linux,asm} to the kernel, you will need to do this by hand. 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 > > Regards, > Vino > > > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |