[support] Instalation on UML
Romain KUNTZ
kuntz at lsiit.u-strasbg.fr
Fri Apr 11 18:07:32 JST 2008
Hi Jakub,
On 2008/04/10, at 17:41, Jakub Arkon Syrek wrote:
> Now I'm traing to compile daemon from sources on my chrooted root_fs
> (I'll use it as file system for my UMLs) and after ./configure get
> error:
> configure: error: kernel headers do not support MIPv6
>
> Should I compile demon in my host environment and then just copy to
> new file system?
> Maybe i should copy linux sources (which files where)?
> Or maybe there is a much batter way to install it on uml file system?
At the configure step, you have to tell where are located your mip6-
enabled kernel sources like this:
CPPFLAGS='-isystem /path/to/kernel/sources/include/' ./configure
So, either you copy your kernel sources somewhere in your new
filesystem and compile the daemon from your chrooted root fs, or you
can compile it on your host environment then copy the mip6d binary to
your new file system (but in that case, only if compilation and
execution occurs on the same host architecture).
Cheers,
--
Romain KUNTZ
kuntz at lsiit.u-strasbg.fr
Louis Pasteur University - Networks and Protocols Team
More information about the Support
mailing list