PDA

View Full Version : Redhat 7.3 and 4191 problem


afen
03-01-03, 06:03 PM
I've downloaded NVIDIA_GLX-1.0-4191.i386.rpm and NVIDIA_kernel-1.0-4191.src.rpm. I installed the kernel file with rpm -Uvh, and there were no errors. When i try to install the glx driver, it says that NVIDIA_kernel is not installed. What's the problem? I'm running the 2.4.18-24.7.x kernel.


[root@pandora root]# rpm -Uvh NVIDIA_kernel-1.0-4191.src.rpm
1:NVIDIA_kernel ########################################### [100%]
[root@pandora root]# rpm -Uvh NVIDIA_GLX-1.0-4191.i386.rpm
feil: feilede avhengigheter:
NVIDIA_kernel kreves av NVIDIA_GLX-1.0-4191

Thunderbird
03-02-03, 02:32 AM
A source rpm (.src.rpm) isn't a package you can install yet. It still needs to be compiled. This can be done using something like this (didn't use RH for some time now): rpm --rebuild file.src.rpm
The rpm package will then appear somewhere in /usr/src/RedHat/RPMS/...

mwat
03-02-03, 11:41 AM
Never mind! ;-)