PDA

View Full Version : error:NVIDIA_kernel require for GLX installtion


TiOnG
09-28-02, 08:45 AM
could anybody help me solve my problem!!!
i downloaded three files:Nchecker.sh, NVIDIA_GLX-1.0-3123.i386.rpm and NVIDIA_kernel-1.0-3123.src.rpm.

1) i use the Nchecker.sh to make sure that i have the correct files.

2)i do a rpm -ivh NVIDIA_kernel-1.0-3123.src.rpm to install the kernel and the output is: *********************[100%]

3)then i do a rpm -ivh NVIDIA_GLX-1.0-3123.i386.rpm, and a error like the following is shown:
kernel: dependencies error
NVIDIA_kernel require for glx driver

i try installing the kernel many times but still the some error

can anybody help me!!!:rolleyes:

mtrr
09-28-02, 09:16 AM
*.src.rpm means source rpm, so rebuild that one. "rpm --rebuild NVIDIA_kernel-1.0-3123.src.rpm"
should do the trick.


hth