← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 571746] Re: ld ignores entry in ld.so.conf telling where to find libGL.so.1 from nvidia-current

 

As you said, the ABI tag is the problem:
libGL.so.1 (libc6, OS ABI: Linux 2.4.20) => /usr/lib/libGL.so.1

However the libraries that we ship in mesa (in Lucid) no longer have
that ABI tag. Here's what I get on my Lucid installation:

$ ldconfig -p | grep libGL.so
	libGL.so.1 (libc6,x86-64) => /usr/lib/nvidia-current/libGL.so.1
	libGL.so.1 (libc6) => /usr/lib32/nvidia-current/libGL.so.1
	libGL.so (libc6,x86-64) => /usr/lib/nvidia-current/libGL.so
	libGL.so (libc6,x86-64) => /usr/lib/libGL.so
	libGL.so (libc6) => /usr/lib32/nvidia-current/libGL.so
	libGL.so (libc6) => /usr/lib32/libGL.so


What's the output of the following command? ls -l /usr/lib/libGL*

Here's mine:
$ ls -l /usr/lib/libGL*
lrwxrwxrwx 1 root root     13 2010-04-18 12:31 /usr/lib/libGL.so -> mesa/libGL.so
-rw-r--r-- 1 root root 929838 2010-04-15 15:03 /usr/lib/libGLU.a
lrwxrwxrwx 1 root root     11 2010-04-18 12:31 /usr/lib/libGLU.so -> libGLU.so.1
lrwxrwxrwx 1 root root     20 2010-04-18 12:31 /usr/lib/libGLU.so.1 -> libGLU.so.1.3.070701
-rw-r--r-- 1 root root 461488 2010-04-15 15:03 /usr/lib/libGLU.so.1.3.070701

-- 
ld ignores entry in ld.so.conf telling where to find libGL.so.1 from nvidia-current
https://bugs.launchpad.net/bugs/571746
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.



References