WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Re: fuse module for domU

On Friday 10 February 2006 13:08, Chris Fanning wrote:
> To install fuse
>
> download fuse
>
> ./configure
> make
>
> WARNING: Symbol version dump
> /root/xen/xen-3.0-testing/linux-2.6.12-xen/Module.symvers
> is missing; modules will have no dependencies and modversions.
>
> make install
>
> mount the image
> mount -o loop image.xen /vserver/mnt/
>
> cp -a /lib/modules/2.6.12.6-xen/kernel/fs/fuse/
> /vserver/mnt/lib/modules/2.6.12.6-xen/kernel/fs/
> cp -a /usr/local/bin/fusermount /vserver/mnt/usr/local/bin
>
> boot domU
> domu# mknod /dev/fuse -m 0666 c 10 229

Just a wild guess:
try 
ARCH=xen ./configure
ARCH=xen make
ARCH=xen ...

or 

export ARCH=xen

or edit 
/root/xen/xen-3.0-testing/linux-2.6.12-xen/Makefile and add a line "ARCH=xen" 
on top.

/Ernst

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>