Gentoo Archives: gentoo-user

From: Zac <spdrmonkey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nVidia OpenGL on a 64-bit system not recognized by 32-bit apps
Date: Wed, 25 Oct 2006 13:59:29
Message-Id: 9e938faf0610250652i54fd3d0cp52e95e09ea6c35ca@mail.gmail.com
In Reply to: [gentoo-user] nVidia OpenGL on a 64-bit system not recognized by 32-bit apps by Christopher Granade
1 I had this happen, and I didn't spend much time on it, but I unmasked
2 the 1.0.9626 drivers and upgraded. Took care of this problem, I have
3 not tested it much, but I have not crashed or seen any glaring issues.
4 I have not tested them with any games yet.
5
6 -Zac
7
8 On 10/21/06, Christopher Granade <cgranade@×××××.com> wrote:
9 > I recently upgraded my nVidia drivers to address the security
10 > vulnerability, and noticed that, when I reset my OpenGL implementation
11 > using eselect, that my 32-bit apps that depend on OpenGL stopped working
12 > with the error:
13 >
14 > /opt/mplayer-bin/bin/mplayer-bin: error while loading shared libraries:
15 > libGL.so.1: cannot open shared object file: No such file or directory
16 >
17 > Upon some poking around, it seems that the symlinks in the /emul/linux
18 > tree are broken (imagine that the three links shown are blinking in red):
19 >
20 > lilith src # ls -l /usr/lib32/opengl/nvidia/lib/
21 > total 4
22 > -rw-r--r-- 1 root root 713 Oct 18 23:32 libGL.la
23 > lrwxrwxrwx 1 root root 17 Oct 18 23:32 libGL.so -> libGL.so.1.0.9626
24 > lrwxrwxrwx 1 root root 21 Oct 18 23:32 libGLcore.so ->
25 > libGLcore.so.1.0.9626
26 > lrwxrwxrwx 1 root root 23 Oct 18 23:32 libnvidia-tls.so ->
27 > ../tls/libnvidia-tls.so
28 >
29 > ldconfig also seems unable to find libGL.so.1:
30 >
31 > lilith src # ldconfig -NXp | grep GL
32 > libQtOpenGL.so.4 (libc6,x86-64) => /usr/lib/qt4/libQtOpenGL.so.4
33 > libQtOpenGL.so (libc6,x86-64) => /usr/lib/qt4/libQtOpenGL.so
34 > libGLw.so.1 (libc6,x86-64) => /usr/lib/libGLw.so.1
35 > libGLw.so.1 (libc6) => /emul/linux/x86/usr/lib/libGLw.so.1
36 > libGLw.so (libc6,x86-64) => /usr/lib/libGLw.so
37 > libGLw.so (libc6) => /emul/linux/x86/usr/lib/libGLw.so
38 > libGLcore.so.1 (libc6,x86-64) =>
39 > /usr/lib64/opengl/nvidia/lib/libGLcore.so.1
40 > libGLcore.so (libc6,x86-64) =>
41 > /usr/lib64/opengl/nvidia/lib/libGLcore.so
42 > libGLcore.so (libc6,x86-64) => /usr/lib/libGLcore.so
43 > libGLU.so.1 (libc6,x86-64) => /usr/lib/libGLU.so.1
44 > libGLU.so.1 (libc6) => /emul/linux/x86/usr/lib/libGLU.so.1
45 > libGLU.so (libc6,x86-64) => /usr/lib/libGLU.so
46 > libGLU.so (libc6) => /emul/linux/x86/usr/lib/libGLU.so
47 > libGL.so.1 (libc6,x86-64) => /usr/lib64/opengl/nvidia/lib/libGL.so.1
48 > libGL.so (libc6,x86-64) => /usr/lib64/opengl/nvidia/lib/libGL.so
49 > libGL.so (libc6,x86-64) => /usr/lib/libGL.so
50 >
51 > The links in the /emul tree seem to be working, but libGL.so.1 is
52 > conspicuously missing:
53 >
54 > lilith src # ls -l /emul/linux/x86/usr/lib/ | grep GL
55 > lrwxrwxrwx 1 root root 11 Oct 18 20:05 libGLU.so -> libGLU.so.1
56 > lrwxrwxrwx 1 root root 20 Oct 18 20:05 libGLU.so.1 ->
57 > libGLU.so.1.3.060402
58 > -rwxr-xr-x 1 root root 480372 Oct 18 20:05 libGLU.so.1.3.060402
59 > lrwxrwxrwx 1 root root 11 Oct 18 20:05 libGLw.so -> libGLw.so.1
60 > lrwxrwxrwx 1 root root 15 Oct 18 20:05 libGLw.so.1 -> libGLw.so.1.0.0
61 > lrwxrwxrwx 1 root root 15 Oct 18 20:05 libGLw.so.1.0 -> libGLw.so.1.0.0
62 > -rwxr-xr-x 1 root root 16792 Oct 18 20:05 libGLw.so.1.0.0
63 >
64 > Any help would be appreciated. Thanks!
65 > --
66 > gentoo-user@g.o mailing list
67 >
68 >
69 --
70 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] nVidia OpenGL on a 64-bit system not recognized by 32-bit apps Chris Granade <cgranade@×××××.com>