#2995: IPRoute2-3.2.0
------------------------------------------+---------------------------------
 Reporter:  matthew@…                     |       Owner:  matthew@…             
      
     Type:  enhancement                   |      Status:  assigned              
      
 Priority:  normal                        |   Milestone:  7.1                   
      
Component:  Book                          |     Version:  SVN                   
      
 Severity:  normal                        |    Keywords:                        
      
------------------------------------------+---------------------------------

Comment(by matthew@…):

 Release announcement at
 http://lkml.indiana.edu/hypermail/linux/kernel/1201.0/01761.html.
 Unfortunately, this version appears to depend on libnl (it wants a
 /usr/include/netlink/netlink.h file).  iproute2 doesn't have a GNU
 configure script so doesn't detect the lack of that library so tries to
 compile ip/ipl2tp.c and fails as below:

 {{{
 gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include
 -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib/\" -DHAVE_SETNS   -c -o ipl2tp.o
 ipl2tp.c
 ipl2tp.c:26:29: fatal error: netlink/netlink.h: No such file or directory
 compilation terminated.
 }}}

 The latest version of libnl can't be used as that's moved the include
 files to /usr/include/libnl3/netlink, so we'll have to drop back to
 libnl-3.1.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2995#comment:2>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to