[EMAIL PROTECTED] wrote:

>Hi,
>
>I'm probebly stupid but on my debian 3.0 system
>there is no /usr/src/linux
>
>Is there a package I should install
>
>
>Regards
>
>Hendrik-Jan
>
>
>  
>
/usr/src/linux is usually a symlink to the actual kernel-source 
directory, something like:

lrwxrwxrwx    1 root     src            20 Mar 20 17:16 linux -> 
kernel-source-2.4.18

If you don't have a directory like "kernel-source-2.4.18", you'll need 
to install it via something like:

apt-get install kernel-source-2.4.18

and then make the symlink with a command like:

ln -s kernel-source-2.4.18 linux

from the /usr/src directory.

Kent



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to