|
Common dependency
|
|
|
CentOS / Red Hat Enterprise Linux (RHEL)
5.x
|
|
|
CentOS/RHEL 6.x
|
kernel-headers, kernel-xen-devel
|
|
Ubuntu
|
linux-headers
|
|
SUSE 11
|
Kernel source.
SUSE 11 requires that
you specify the information below. This information is based on
the 2.6.32.46 version of the Linux kernel.
$yast --install kernel-source $cp /boot/symvers-2.6.32.46-0.3-ec2.gz /usr/src/linux/Module.symvers.gz $gunzip /usr/src/linux/Module.symvers.gz$cd /usr/src/linux $make cloneconfig $make modules_prepare $ln -s /usr/src/linux /lib/modules/2.6.32.46-0.3-ec2/build rpm -ivh scagent-2.0.0.xxx.rpm |
NoteTo compile the kernel, refer to your Linux user
guide.
|