|
|
#1 | |
|
King of the hill
|
Is there any way the nvidia installer could update the rpm database when installing so that rpm knows I do have a libGL.so.1 installed?
It's a real pain in the ass that rpm complains everytime I install something that needs libGL.so.1... /Daniel |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2003
Posts: 3
|
yet something i want to know is that (and few more thing)
RPM file sux why is not like windows: all in one file and it's know where to go
__________________
NVidia rules |
|
|
|
|
|
|
#3 |
|
[DEADAGAIN]blueworm
Join Date: Mar 2003
Posts: 416
|
You need to sym link it as such.
as root Code:
# ln -s /usr/lib/libGL.so.1.0.4496 /usr/lib/libGL.so.1 |
|
|
|
|
|
#4 | |
|
Fifteen-K Saiyan Bastard
|
That's not the problem. The problem is that he had to do an -e --force to get rid of some other OpenGL library (probably an XFree86-Mesa package or something). Now, whenever he installs any RPM package that depends on /usr/lib/libGL.so.1, he has to use --nodeps or else it won't install because it THINKS there's no libGL libraries present. All because of the RPM database.
|
|
|
|
|
|
|
#5 | |
|
King of the hill
|
Quote:
Ever since that everything works like a charm except installing/upgrading new packages needing libGL.so.1 when I have to use --nodeps, which I don't think I should need to since there IS a libGL.so.1 in my system, just rpm doesn't know. /Daniel |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Redhat 8.0 NVIDIA works - INSTRUCTIONS | STEEL1 | NVIDIA Linux | 267 | 04-15-03 06:48 PM |
| RPM Source problems | LaoTzuTao | NVIDIA Linux | 10 | 01-19-03 05:15 AM |
| My source RPM won't build right! | z28Power | NVIDIA Linux | 5 | 09-18-02 11:55 AM |
| Weird problem with RPM | jensa | NVIDIA Linux | 4 | 09-04-02 09:06 PM |
| Can't rebuild Srouce RPM for Nvidia in Linux | Symntc | NVIDIA Linux | 16 | 08-15-02 03:28 PM |