Gentoo Archives: gentoo-user

From: Valmor de Almeida <val.gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: wine configure: error: No OpenGL library found on this system.
Date: Sun, 28 Nov 2010 01:07:38
Message-Id: 4CF1AD11.4080803@gmail.com
In Reply to: Re: [gentoo-user] Re: wine configure: error: No OpenGL library found on this system. by Valmor de Almeida
1 On 11/27/2010 03:55 PM, Valmor de Almeida wrote:
2 > On 11/27/2010 02:35 PM, walt wrote:
3 >> On 11/27/2010 11:00 AM, Valmor de Almeida wrote:
4 >>>
5 >>> Hello,
6 >>>
7 >>> I am trying to install wine on my system which I recently changed from
8 >>> no-multilib to multilib; so this may be causing this problem. The emerge
9 >>> issue is here
10 >>>
11 >>> checking for GL/gl.h... yes
12 >>> checking for GL/glx.h... yes
13 >>> checking for GL/glu.h... yes
14 >>> checking for up-to-date OpenGL version... yes
15 >>> checking for -lGL... not found
16 >>> checking for -lGL... not found
17 >>> checking for -lGLU... not found
18 >>
19 >> I just got a shock when searching my ~amd64 machine for libGL.so: the
20 >> 32-bit version was missing from my machine :( That file is supposed to
21 >> be in /usr/lib32/opengl/x11-org/lib/ but it was gone.
22 >>
23 >> I re-emerged emul-linux-x86-opengl and it's back again. Maybe you have
24 >> the same problem?
25 >>
26 >> Do you use the proprietary nividia video drivers? eselect opengl does
27 >> mess with symlinks to files like libGL.
28 >>
29 >>
30 >
31 > I do have the lib32/ files and app-emulation/emul-linux-x86-opengl has
32 > been re-emerged a few time now.
33 >
34 > I am not using any nvidia drivers; my graphics is Intel onboard.
35 >
36 > Thanks,
37 >
38 > --
39 > Valmor
40
41 One thing that may be the problem:
42
43 [root@lpt1 /usr/lib32]
44 -> ll libGLU.so*
45 lrwxrwxrwx 1 root root 11 Nov 27 05:07 libGLU.so -> libGLU.so.1*
46 lrwxrwxrwx 1 root root 20 Nov 27 05:07 libGLU.so.1 ->
47 libGLU.so.1.3.070802*
48 -rwxr-xr-x 1 root root 447992 Sep 13 18:28 libGLU.so.1.3.070802*
49
50 Then
51
52 -> equery belongs libGLU.so.1.3.070802
53 [ Searching for file(s) libGLU.so.1.3.070802 in *... ]
54 media-libs/mesa-7.8.2 (/usr/lib64/libGLU.so.1.3.070802)
55 app-emulation/emul-linux-x86-opengl-20100915
56 (/usr/lib32/libGLU.so.1.3.070802)
57
58 Two packages own the same file? Is this correct?
59
60
61 Thanks,
62
63 --
64 Valmor

Replies

Subject Author
Re: [gentoo-user] Re: wine configure: error: No OpenGL library found on this system. Alan McKinnon <alan.mckinnon@×××××.com>