public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] libGL.so
  2006-07-22  4:29 [gentoo-user] libGL.so Randy Barlow
@ 2006-07-22  3:49 ` Richard Fish
  2006-07-22  5:13   ` Randy Barlow
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Fish @ 2006-07-22  3:49 UTC (permalink / raw
  To: gentoo-user

On 7/21/06, Randy Barlow <randy@electronsweatshop.com> wrote:
>         Anyways, anybody know what I need to emerge to get the libGL.so that
> revdep-rebuild wants to see to be there?  Thanks!

"eselect opengl set xorg-x11" should take care of it.

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] libGL.so
@ 2006-07-22  4:29 Randy Barlow
  2006-07-22  3:49 ` Richard Fish
  0 siblings, 1 reply; 6+ messages in thread
From: Randy Barlow @ 2006-07-22  4:29 UTC (permalink / raw
  To: gentoo-user

Howdy all,

	I ran an update deep and such, and things worked nicely.  And after
that I ran a revdep-rebuild, and things didn't go so smoothly.  I'm
running into this error:

/usr/lib/libGL.so: No such file or directory

	Now, I do have libGL.so.1, as well as 1.0.7174 (which I think is an
artifact of an nvidia driver I was trying to get to work with no luck).

	Actually, those parentheses deserve a bit of splainin'.  I've got an
old nVidia TNT2 card here, and the proprietary nVidia drivers don't seem
to play nice with the newer kernel just yet.  So I switched back to the
regular nv driver for the meantime.  This is why the 1.0.7174 soname is
there I think...

	Anyways, anybody know what I need to emerge to get the libGL.so that
revdep-rebuild wants to see to be there?  Thanks!

R
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] libGL.so
  2006-07-22  3:49 ` Richard Fish
@ 2006-07-22  5:13   ` Randy Barlow
  2006-07-22  5:13     ` Richard Fish
  2006-07-22  8:32     ` Neil Bothwick
  0 siblings, 2 replies; 6+ messages in thread
From: Randy Barlow @ 2006-07-22  5:13 UTC (permalink / raw
  To: gentoo-user

Hey Richard, thanks for the reply, but I've already run that command:

rpbarlow@booty ~ $ sudo eselect opengl list
Available OpenGL implementations:
  [1]   xorg-x11 *

Any other ideas?

R

Richard Fish wrote:
> On 7/21/06, Randy Barlow <randy@electronsweatshop.com> wrote:
>>         Anyways, anybody know what I need to emerge to get the
>> libGL.so that
>> revdep-rebuild wants to see to be there?  Thanks!
> 
> "eselect opengl set xorg-x11" should take care of it.
> 
> -Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] libGL.so
  2006-07-22  5:13   ` Randy Barlow
@ 2006-07-22  5:13     ` Richard Fish
  2006-07-22  8:32     ` Neil Bothwick
  1 sibling, 0 replies; 6+ messages in thread
From: Richard Fish @ 2006-07-22  5:13 UTC (permalink / raw
  To: gentoo-user

On 7/21/06, Randy Barlow <randy@electronsweatshop.com> wrote:
> Hey Richard, thanks for the reply, but I've already run that command:
>

That really should work:

carcharias rjf # ll /usr/lib/libGL.so
lrwxrwxrwx 1 root root 37 Jul 21 22:13 /usr/lib/libGL.so ->
/usr/lib/opengl/xorg-x11/lib/libGL.so
carcharias rjf # rm /usr/lib/libGL.so
carcharias rjf # eselect opengl set xorg-x11
Switching to xorg-x11 OpenGL interface... done
carcharias rjf # ll /usr/lib/libGL.so
lrwxrwxrwx 1 root root 37 Jul 21 22:13 /usr/lib/libGL.so ->
/usr/lib/opengl/xorg-x11/lib/libGL.so

What does "ls -l /usr/lib/opengl/xorg-x11/lib/libGL*" show?

> Any other ideas?

I suppose you can try to recreate the link manually.  It should link
to /usr/lib/opengl/xorg-x11/lib/libGL.so.

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] libGL.so
  2006-07-22  5:13   ` Randy Barlow
  2006-07-22  5:13     ` Richard Fish
@ 2006-07-22  8:32     ` Neil Bothwick
  2006-07-22 15:27       ` Randy Barlow
  1 sibling, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2006-07-22  8:32 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

On Sat, 22 Jul 2006 00:13:08 -0500, Randy Barlow wrote:

> rpbarlow@booty ~ $ sudo eselect opengl list
> Available OpenGL implementations:
>   [1]   xorg-x11 *
> 
> Any other ideas?

emerge x11-drivers/nvidia-legacy-drivers

It's probably a good idea to remove any artifacts of your previous Nvidia
install attempts first. I've found that the uninstall option in the
Nvidia installer doesn't get rid of everything.


-- 
Neil Bothwick

0 and 1. Now what could be so hard about that?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] libGL.so
  2006-07-22  8:32     ` Neil Bothwick
@ 2006-07-22 15:27       ` Randy Barlow
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Barlow @ 2006-07-22 15:27 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> emerge x11-drivers/nvidia-legacy-drivers

Well I'm a bit shy about running the ~arch packages on this system, but
thanks for the suggestion!

> It's probably a good idea to remove any artifacts of your previous Nvidia
> install attempts first. I've found that the uninstall option in the
> Nvidia installer doesn't get rid of everything.

Now this is interesting.  I hadn't thought of trying that, but I did,
and now I have a libGL.so again, and revdep-rebuild says that dynamic
linking in consistent now.  It even points to the right place :)  Thanks!

R
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-07-22 14:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-22  4:29 [gentoo-user] libGL.so Randy Barlow
2006-07-22  3:49 ` Richard Fish
2006-07-22  5:13   ` Randy Barlow
2006-07-22  5:13     ` Richard Fish
2006-07-22  8:32     ` Neil Bothwick
2006-07-22 15:27       ` Randy Barlow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox