On Thursday 25 January 2007 05:59, Andrea Righi wrote:

> Anyway it seems quite strange that in Ubuntu there's not a
> kernel-headers package. In Debian the correct package is
> linux-kernel-headers:
>
If you use 
apt-get install linux-headers-`uname-r`
the correct kernel headers will be installed.

> $ dpkg --search /usr/include/linux/compiler.h
> linux-kernel-headers: /usr/include/linux/compiler.h

For some reason, compiler.h is not copied into /usr/include/linux/

So you have to manually copy it 
from /usr/src/linux-headers-2.6.17-10/include/linux/compiler.h 
to /usr/include/linux

I believe you also have to copy 
/usr/src/linux-headers-2.6.17-10/include/asm/unaligned 
into /usr/include/asm/unaligned.h

If you are using edgy, do this ln -sf bash /etc/sh .  when you are done 
you can switch back to dash by ln -sf dash /etc/sh


Ala

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to