Hello
Im using Xandros 3 Open Circulation Edition.
I am trying to compile the FUSE (File System in User Space) module. I have tried do this by following the instructions here (I used apt-get instead of aptitude):
http://wiki.ltsp.org/twiki/bin/view/...SP-42-LocalDev
But, when I run:
m-a a-i fuse
I get the following error:
"Warning, /usr/src/xandros-kernel-source-2.6.11 seems to contain unconfigured kernel source (see manpage for details)!"
I have already created a .config file and placed it in the kernel source directory.
So, I tried downloading FUSE from the website at
http://fuse.sourceforge.net/ I got the 2.5.3 version, extracted it and run ./configure in the folder.
I get the following error:
checking kernel source directory... /usr/src/xandros-kernel-source-2.6.11
checking kernel build directory... /usr/src/xandros-kernel-source-2.6.11
checking kernel source version... Not found
configure: error:
*** Cannot determine the version of the linux kernel source. Please
*** prepare the kernel before running this script
configure: error: /bin/sh './configure' failed for kernel
PowerEdge:/home/jbassett/fuse-2.5.3#
Now i'm stuck.
I have installed using XN the xandros-kernel-source and the headers.
Has anyone got any ideas?