Results 1 to 2 of 2
All I can find to update Oracle Linux to a Kernel version which is not
the latest is a SRPM.
The below is a link to the document in question, ...
- 11-01-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
How do I install Kernel from SRPM
All I can find to update Oracle Linux to a Kernel version which is not
the latest is a SRPM.
The below is a link to the document in question, I have downloaded the src.rpm because that is all I can find.
Question is what do I do with the downloaded file, New to linux sorry if I aks simple question.
[El-errata] ELSA-2008-0233 Important: Enterprise Linux 5 kernel security and bug fix update
http://oss.oracle.com/el5/SRPMS-upda....1.el5.src.rpm
Thanks
Alan
- 11-01-2008 #2
You need to build the source rpm into a binary rpm by doing
Code:rpmbuild --rebuild somefile.src.rpm


Reply With Quote