PDA

View Full Version : tarball error in slackware, glx


Elijah
10-31-02, 09:15 PM
I've just installed the kernel drivers from a tarball but the glx one gives me this error:
root@darkstar:/home/elijah/NVIDIA_kernel-1.0-3123/NVIDIA_GLX-1.0-3123# make install
Removing all old and conflicting files!
rm -f //usr/lib/libGL.*
rm -f //usr/lib/libGLcore.*
rm -f //usr/X11R6/lib/libGL.*
rm -f //usr/X11R6/lib/libGLcore.*
rm -f //usr/X11R6/lib/modules/extensions/libGLcore.*
rm -f //usr/X11R6/lib/modules/extensions/libglx.*
Installing new drivers
install usr/lib/libGL.so.1.0.3123 //usr/lib
install usr/lib/libGLcore.so.1.0.3123 //usr/lib
install usr/X11R6/lib/modules/drivers/nvidia_drv.o //usr/X11R6/lib/modules/drivers
install: cannot stat `usr/X11R6/lib/modules/drivers/nvidia_drv.o': No such file or directory
make: *** [install] Error 1
I seem to have the same version of the tarballs
NVIDIA_GLX-1.0-3123 NVIDIA_kernel-1.0-3123
I see no problem there ... it's weird.
Please help :(

Elijah
11-01-02, 07:09 PM
any ideas? please help :(

bwkaz
11-01-02, 11:00 PM
Does blowing away the NVIDIA_kernel (and therefore the NVIDIA_GLX as well) directory and starting over (with just GLX; the kernel is already successfully installed, I take it?) help at all?

It looks like the nvidia_drv.o file doesn't exist where the Makefile wants it... maybe re-decompressing (to some other directory) will fix it.

Elijah
11-02-02, 01:13 AM
I've downloaded those tarballs again, checked the md5sums and everything went ok. I've finally got it installed! :D

but it's strange that those last tarballs' md5sum is ok, then made those errors.

Thanks :)