[EMAIL PROTECTED] wrote:
After installing nvidia drivers all applications dynamically linked with
libGl crashes with segfault immediately after run. Very simple program
test.c:
int main() { return 0;}
if linked against libGL
gcc -o test -L/usr/X11R6/lib -lGL test.c

I have version 1.0-8178 running, no problems.
The NVidia documentation says something about it:
If X starts but you have trouble with OpenGL, you most likely have a
problem with other libraries in the way, or there are stale symlinks ...
Some libraries that often create conflicts are "/usr/X11R6/lib/libGL.so*" and "/usr/X11R6/lib/libGLcore.so*".

The NVidia installation script puts libGL in /usr/lib.
My guess is that you have to get rid of old libraries/symlinks, do a ldconfig and it should run.

Leo.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to