kernel path? [message #710] |
Sat, 07 January 2006 06:53  |
johan_hammy
Messages: 99 Registered: December 2005
|
Member |
|
|
I'm setting up Asterisk on a VPS. I've set it up on a standard system just fine before, but this part bothers me:
Before compiling the Zaptel drivers on a system running a Linux 2.4
kernel, you should verify that /usr/src/ contains a symbolic link named
linux-2.4 pointing to your kernel source. If the symbolic link doesn’t
exist, you can create it with the following command (assuming you’ve
installed the source in /usr/src/):
# ln –s /usr/src/`uname –r` /usr/src/linux-2.4
Computers running Linux 2.6 kernel–based distributions do not usually
require the use of the symbolic link, as these distributions will
search for the kernel build directory automatically. However, if you’ve
placed the build directory in a nonstandard place (i.e., somewhere
other than /lib/modules/<kernel version>/build/), you will require the
use of the symbolic link.
|
|
|
|
|
|
|
|
|
|
|
|