Hello.
I have a AMD 64 Box running Fedora Core 3. I am trying to unpack the kernel source from RPM. The rpm file I am using is kernel-2.6.9-1.667.src.rpm I have tried the CDROM version and the download file from the main fedora site.
First I will do a rpm -qa | grep kernel and I get
[root@csqrouter sdrinkwater]# rpm -qa | grep kernel
kernel-utils-2.4-13.1.39
kernel-2.6.9-1.667
step 2. Install src rpm
[root@csqrouter sdrinkwater]# rpm -i -h kernel-2.6.9-1.667.src.rpm
########################################### [100%]
[root@csqrouter sdrinkwater]#
step 3. check to see if RPM was installed
[root@csqrouter sdrinkwater]# rpm -qa | grep kernel
kernel-utils-2.4-13.1.39
kernel-2.6.9-1.667
nope no install. Am I doing something wrong??? I checked the /usr/src/redhat
no source...
Any Ideas would be great!!!!
Shane