Quote:
Originally Posted by vivignesh
i have downloaded .src.rpm file from net.
i dont know how to compile that.
can u tell me the basics of linux kernel compilation.
how to compile a kernel. how to install or modify the existing running kernel with tat. etc
|
Spell your words out and write clearly, please.
Don't know what source RPM you downloaded, so we can't tell you how to compile it. You also don't say what version/distro of Linux, either, so it's hard to give you any help, when you don't provide any details.
Google has lots of information on how to compile a Linux kernels. First hit:
http://www.cyberciti.biz/tips/compil...kernel-26.html
Also, you install a source RPM with the standard "rpm -i <package name>" command. You then have to go into /usr/src/packages/SPECS, then build the 'real' RPM package with the rpmbuild command.