On 5/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
NVidia installer correctly remove old libraries so I have only one version of libGL. Also, I try to install NVidia libraries manually and select which library to use with help of LD_LIBRARY_PATH variable. If LD_LIBRARY_PATH points to standart X libGL all ok, but if LD_LIBRARY_PATH points to NVidia libGL all programs linked with libGL crashes with segfault. I think problem is not in installation or driver, but in dynamic linker.
If you have a running system, then the problem is a lot more likely with the precompiled binary that you're trying to use. What's the output from these commands: file /usr/X11R6/lib/libGL.so* readelf -h /usr/X11R6/lib/libGL.so ldd -v /usr/X11R6/lib/libGL.so -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page