LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to upgrade Redhat AS 2.1's kernel from 2.4.9-e3 to 2.4.9-e27? (https://www.linuxquestions.org/questions/linux-software-2/how-to-upgrade-redhat-as-2-1s-kernel-from-2-4-9-e3-to-2-4-9-e27-104905/)

microsky 10-16-2003 07:12 PM

How to upgrade Redhat AS 2.1's kernel from 2.4.9-e3 to 2.4.9-e27?
 
I want to upgrade my Redhat AS 2.1's kernel package, because cann't find the binary RPM package, so I downloaded the source RPM file(kernel-2.4.9-e.27.src.rpm) from ftp.redhat.com and compile by myself. But after compiled, this source RPM just generated 4 binary RPM packages:kernel-docs, kernel-BOOT, kernel-herders and kernel-source, didn't include primary kernel RPM package. How can I gernerate the primary kernel RPM package and the kernel-smp package, or where can I directly download the binary RPM packages of kernel? My hardware platform is Intel P4 2.4G CPU.
===========================================
[root@webdev redhat]# cat /etc/lilo.conf
.........................................
image=/boot/vmlinuz-2.4.9-e.27BOOT
label=linux-e27
initrd=/boot/initrd-2.4.9-e.27BOOT.img
read-only
root=/dev/hda9
[root@webdev redhat]# rpm -aq |grep kernel
kernel-utils-2.4-6
kernel-headers-2.4.9-e.27
kernel-smp-2.4.9-e.3
kernel-2.4.9-e.3
kernel-source-2.4.9-e.27
kernel-doc-2.4.9-e.27
kernel-source-2.4.9-e.27
kernel-BOOT-2.4.9-e.27
===========================================

Thanks!


All times are GMT -5. The time now is 08:31 AM.