Hi Emmanuel,

Thanks a lot!!!
Now the module is built. :-)

ln -s /usr/src/linux-ec2-source-2.6.32 /usr/src/linux
cp /boot/config-2.6.32-305-ec2 /usr/src/linux/.config
cd /usr/src/linux
make archprepare && make scripts && make prepare && make modules_prepare
cp /usr/src/linux-headers-2.6.32-305-ec2/Module.symvers /usr/src/linux/
cd /usr/src/pvfs2
./configure --with-kernel=/usr/src/linux/
make kmod
make kmod_install
insmod /usr/src/pvfs2/src/kernel/linux-2.6/pvfs2.ko

lsmod
Module                  Size  Used by
pvfs2                 119827  2 

Best Regards, 
     Christian 


Am Donnerstag, 15. April 2010 schrieb Emmanuel Florac:
> Le Thu, 15 Apr 2010 19:01:09 +0200 vous écriviez:
> 
> > What can I do at this point?
> 
> It looks like you didn't configure the kernel source. Copy the kernel
> configuration (normally in /boot) to /usr/src/linux/.config, then go
> to /usr/src/linux and "make archprepare && make scripts && make prepare
> && make modules_prepare". Then you'll be able to compile pvfs.
> 



_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users

Reply via email to