On Mon, 14 Oct 2002 14:19:48 -0700 Michael Olds <[EMAIL PROTECTED]>
wrote:

> [ ]1.b. if no /usr/src/linux dir exists, make it
>       $ cd /usr/src
>       $ mkdir linux
(snip)
> [ ]1.d create a symbolic link to /usr/src/linux
>       $ ln -s /usr/src/kernel-source-2.4.18 /usr/src/linux

Doing 1.b. followed by 1.d. will _not_ work.  A directory with the name
"linux" exists, as it was created in 1.b. and thus a symlink with the same
name can not be made at the same level.  Instead you will wind up with a
symlink in the linux directory called kernel-source-2.4.18.

-- 
Jamin W. Collins


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

Reply via email to