|
|
#1 | |
|
Geforce2 MX/MX 400
Join Date: Oct 2002
Location: Portugal
Posts: 9
|
After i installed Nvidia Drivers (the last versions) the system was functioning fine but when i started Kvirc appears this in the console:
[mmodem@www mmodem]$ kvirc Couldn't open required GL library /usr/X11R6/lib/libGL.so.1.2! and then my systems stays TOO TOO DAM SLOW! and kvirc don't start. So if i want to start kvirc and the system continuing ok i have to uninstall nvidia drivers I already followed the instrutions gived in the site http://www.linuxkungfu.org/howto/nvidia/ and it's the same thing, when start kvirc the systems stays too slow,and kvirc don't even starts Anyone can give me a solution? |
|
|
|
|
|
|
#2 | |
|
l33t master
Join Date: Jul 2002
Location: Santa Clara, CA
Posts: 1,163
|
This is a problem with your app's configuration, not the NVIDIA drivers. It's looking for the Mesa libGL; it should be looking for /usr/lib/libGL.so. You'll need to get it to point at /usr/lib/libGL.so.
--andy
__________________
Andy Mecham NVIDIA Corporation |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
Otherwise, if you can't (or don't want to) recompile kvirc -- which is just about the only thing that can make it look in /usr/lib, I believe, unless perhaps if it's trying to dlopen() the file -- then you can (as root) cd into /usr/X11R6/lib and ln -sf /usr/lib/libGL.so*
Then run ln -sf /usr/lib/libGL.so.1 libGL.so.1.2 to create the file that kvirc is looking for. Last of all, run /sbin/ldconfig to recreate the library cache file, /etc/ld.so.cache. Then try running kvirc again.
__________________
Registered Linux User #219692 |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nvidia Puts Tesla K20 GPU Coprocessor Through its Paces | News | Latest Tech And Game Headlines | 0 | 09-20-12 10:00 AM |
| NVIDIA Showcases GPU Breakthroughs at IBC 2012 | News | Latest Tech And Game Headlines | 0 | 09-07-12 10:10 AM |
| The Nvidia Forums Are Still Not Available, Finally We Know Why | News | Latest Tech And Game Headlines | 0 | 07-14-12 05:10 AM |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| rh7.3 and nvidia | vcrispo | NVIDIA Linux | 11 | 07-31-02 08:57 PM |