On 6/30/06, Terry Snyder <terryjr386@xxxxxxxxx> wrote:
> > ]$ rpmbuild -ba nvidia-kmod.spec --target $(uname -m) --without userland > > Building target platforms: i686 > > Building for target i686 > > error: Failed build dependencies: > > kernel-devel-i686 = 2.6.17-1.2139_FC5 is needed by > > nvidia-kmod-1.0.8762-2.2.6.17_1.2139_FC5.i686 > > kernel-smp-devel-i686 = 2.6.17-1.2139_FC5 is needed by > > nvidia-kmod-1.0.8762-2.2.6.17_1.2139_FC5.i686 > > kernel-kdump-devel-i686 = 2.6.17-1.2139_FC5 is needed by > > nvidia-kmod-1.0.8762-2.2.6.17_1.2139_FC5.i686
> > My ]$ uname -r -m is. > > 2.6.17-1.2139_FC5.stk16smp i686 what's with the stk16 ? At any rate, you need the packages it told you need above. Install them with yum. stk16 is the 16k Kernel Stack from http://www.linuxant.com/driverloader/wlan/full/downloads-fc5-kernel-i686.php I downloaded all that yum would download and I am still getting this:
Please ignore the people who blindly tell you to use YUM without actually reading what you are asking. Anyways, the solution should be there on the website you have listed above: Development (SMP) kernel-smp-devel-2.6.17-1.2139_FC5.stk16.i686.rpm.zip 3.8M (or Development kernel-devel-2.6.17-1.2139_FC5.stk16.i686.rpm.zip 3.8M) This looks to be the file it requires the "kernel-devel" package includes a reduced portion of the kernel source: the kernel headers. This is required to build drivers against the kernel you wish to use. -Mauriat