Re: KDE problem - libGL.so.1
Ewan Mac Mahon <[email protected]>
| Newsgroups | gmane.linux.gentoo.newbies |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 17 Sep 2002, Shaun Milliken wrote: > After recently emerging KDE, I can startx fine, however when I run kdm it fails. Log reports that it can not find libGL.so.1 > > I checked and there is a link in /usr/X11R6/lib: > libGL.so.1 -> /usr/X11R6/lib/libGL.so.1.2 > > The libGL.so.1.2 doesn't seem to exist. Did I miss a dependency? Anyone got any ideas? > On my system there isn't a link in /usr/X11R6/lib at all, there's one in /usr/lib and it points to a real library in /usr/lib/opengl/xfree/lib/ Both the symlink and the library belong the the xfree package; maybe check your USE flags for the opengl flag (it should be in the defaults though) and reemerge X? Ewan