PDA

View Full Version : undefined symbol: glMapControlPointsNV


hunter
12-15-02, 01:37 PM
Hi.

I updated to the new Nvidia Driver for Linux. I downloaded the .tar.gz Files and installed (compiled) kernel and GLX with "make install". The Drivers now running.

But when I try to Start "aviplay" I become this Message:

aviplay: relocation error: /usr/local/lib/libGLcore.so.1: undefined symbol: glMapControlPointsNV

Can anyone explain this ? With all Drivers before I had no such Problem. Recompile avifile changed nothing.

Iam using Mandrake 8.2 with Kernel 2.4.18.

bwkaz
12-15-02, 01:42 PM
Is there a libGLcore.so.1 file in /usr/lib? That's where the GLX package put it on my system... it's slightly possible (however unlikely) that there's a conflicting version of libGLcore.so.1 in /usr/local/lib...

Did you specify any special prefix when installing GLX or something like that? If /usr/local/lib/libGLcore.so.1 is a symlink, what does it link to?

hunter
12-15-02, 11:54 PM
Thanks. This File was realy wrong. It was no dead Link. It wasn't even a Link, it was just a File. No idea where it came from. I deleted it and the Error is gone.

Thanks again.