RE: KDE problem - libGL.so.1
"Danny Hallwood" <[email protected]>
| Newsgroups | gmane.linux.gentoo.newbies |
|---|---|
| Message-ID | <[email protected]> |
Hi Ewan Try making a link from /usr/lib/libGL.so.1 -> /usr/lib/opengl/xfree/lib/libGL.so.1.2 This can be done by the following commands: cd /usr/lib ln -s /usr/lib/opengl/xfree/lib/libGL.so.1.2 libGL.so.1 of course this depends on you having the file: /usr/lib/opengl/xfree/lib/libGL.so.1.2 Which is part of package: bash-2.05a# qpkg -f libGL.so.1.2 x11-base/xfree * Hope this works for you, Best regards Danny Hallwood E: [email protected] W: http://www.ioko365.com -----Original Message----- From: Ewan Mac Mahon [mailto:[email protected]] Sent: 17 September 2002 15:25 To: [email protected] Subject: Re: [gentoo-newbies] KDE problem - libGL.so.1 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 _______________________________________________ gentoo-newbies mailing list [email protected] http://lists.gentoo.org/mailman/listinfo/gentoo-newbies