I am trying to install the Development tools & Kernel Development tools using the Gnome interface and selecting Add/Remove packages. I keep getting the following error
Unlocatable Package______ Required By
krb5-libs = 1.2.7-10________ krb5-devel
openssl = 0.9.7a-2_________ openssl-devel
When I try to install the tools.
I have located the rpms for both the "missing" packages above and tried to install them, but get told that "NEWER" versions are already installed !!!!
getting frustrated.
All this is because I am trying to use Make to install the nforce source drivers and keep getting the following errors.
make -C nvnet
/bin/sh: line 1: tp.c: No such file or directory
make[1]: Entering directory `/usr/src/redhat/SOURCES/nforce/nvnet'
cc -c -Wall -DLINUX -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -O -Wstrict-prototypes -DCONFIG_PM -fno-strict-aliasing -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DMODULE -I/lib/modules/2.4.20-8/build/include nvnet.c
make[1]: cc: Command not found
make[1]: *** [nvnet.o] Error 127
make[1]: Leaving directory `/usr/src/redhat/SOURCES/nforce/nvnet'
make: *** [nvnet_make] Error 2
I'm hoping that I'm missing something in the tools above and installing them will help.