Re: [mpls-linux-general] complile error
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2001-06-21 19:17:22
|
On Thu, Jun 21, 2001 at 03:53:07PM -0300, Daniel Makoto Hiramatsu wrote: > Anyone now how to do when this error occur: > netlink.c:9:24: linux/mpls.h: Arquivo ou diretorio nao encontrado (it error > is im portuguese ) My guess is the your /usr/include environment has been muched with (RedHat and some other distro do this) Setup your environment liek such: cd /usr/src tar -zxvf linux-2.4.5.tar.gz mv linux linux-2.4.5 ln -sf linux-2.4.5 linux cd /usr/include mv linux linux.old mv asm asm.old ln -sf /usr/src/linux/include/linux ln -sf /usr/src/linux/include/asm This should fix things up for you (including the mplsadm errors) Jim -- James R. Leu |