Re: [mpls-linux-general] LDP-Linux with Redhat 7.1
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2001-07-11 14:13:58
|
The real problem is that your /usr/include/linux|asm do not point to your current kernel source. cd /usr/include/ mv linux linux.rehdat mv asm asm.redhat ln -s /usr/src/linux/include/linux/ ln -s /usr/src/linux/include/asm/ Also make sure to update your CVS tree, I commit some changes 2 days ago. Jim On Wed, Jul 11, 2001 at 05:06:19PM +0530, JK Swamy wrote: > Hi all, > I have complied LDP-linux making a small change in the "Makefile" ie by incerting > -I/usr/src/linux/include . Also note that I was on Redhat 7.0 and with kernel > 2.4.5. > I configured two machies as given in ../linux-port/README.sample. > I could get labels in /proc/net/mpls_in and/proc/net/mpls_out. Label Distribution > was demonstrated. > > But when I did exactly the same on Redhat 7.1 , I get a compilation error that > " In LDP_Linux.c there is a implicit declaration of the method is blank. " and so > Ldp_Linux.o file is not formed. To overcome that I changed "isblank" to "isspace" > in LDP_Linux.c file. After this "ldp_linux" binary was formed. > > I configured two machies as given in ../linux-port/README.sample. > when I > bash# cat /proc/net/mpls_in > bash# cat /proc/net/mpls_out > > Files are empty ....... > > > > U may please tell me the following: > 1. Is there any need to change or modify Makefile while compiling. > 2. What other changes I need to make to suit Redhat 7.1 linux. > > Anticipating Ur early reply. > Thankx .. > > Cheers ! ! > --jkswamy > > > > -------------------------------------------------------------- > Velankani Information Systems Ltd, Bangalore, India > > > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > http://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |