LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-01-2003, 12:15 AM   #1
SchwarzeFeen
Member
 
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70

Rep: Reputation: 15
libGLU.so.1


I installed the new mesa and now when trying to run opengl screensavers it says it can't find "libGLU.so.1" where do i get that?!
 
Old 03-01-2003, 02:30 AM   #2
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,800

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
It's on the first RH installation CD. Look for the package file:

XFree86-Mesa-libGLU-4.2.0-72.i386.rpm

Hope this helps,

Rick
 
Old 03-01-2003, 02:53 AM   #3
SchwarzeFeen
Member
 
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70

Original Poster
Rep: Reputation: 15
Ah thanks a ton!
 
Old 03-01-2003, 11:11 PM   #4
SchwarzeFeen
Member
 
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70

Original Poster
Rep: Reputation: 15
Ok I can't install the package off the cd now because :


[root@localhost /]# rpm -e XFree86-Mesa-libGLU-4.2.0
error: Failed dependencies:
libGLU.so.1 is needed by (installed) qt-3.0.5-17
libGLU.so.1 is needed by (installed) XFree86-tools-4.2.0-72
libGLU.so.1 is needed by (installed) xscreensaver-4.05-6
libGLU.so.1 is needed by (installed) wine-cvs-opengl-021903-1
libGLU.so.1 is needed by (installed) kdeartwork-screensavers-3.0.3-3
[root@localhost /]#

Any ideas on how to install it anyway.. or is that impossible... bah!
 
Old 03-01-2003, 11:45 PM   #5
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,800

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally posted by SchwarzeFeen
Ok I can't install the package off the cd now because :


[root@localhost /]# rpm -e XFree86-Mesa-libGLU-4.2.0
error: Failed dependencies:
libGLU.so.1 is needed by (installed) qt-3.0.5-17
libGLU.so.1 is needed by (installed) XFree86-tools-4.2.0-72
libGLU.so.1 is needed by (installed) xscreensaver-4.05-6
libGLU.so.1 is needed by (installed) wine-cvs-opengl-021903-1
libGLU.so.1 is needed by (installed) kdeartwork-screensavers-3.0.3-3
[root@localhost /]#

Any ideas on how to install it anyway.. or is that impossible... bah!
Well...you could, I suppose, remove each of those packages (after noting the rpm file that they came from), remove the libGLU package, do your install and layer things back on using the rpm files that each of the packages that depended in the libGLU package. Of course, you could that you can't remove one or more of those packages as something else depends on it (them). Then you'd have to remember those packages, etc. And you could have quite a few packages that you'd be manipulating by hand.

You could try to force the removal but that sounds like it'd be pretty risky. Anyone else tried to force rpm to do this? And survive?

But this all sounds a bit wierd: rpm thinks it's installed yet your original post said that Mesa couldn't find libGLU? It sure looks as though Mesa was already installed. At least part of it was installed. I feel like I missed the beginning of this movie. :-) Could you fill us all in?
 
Old 03-02-2003, 03:16 AM   #6
SchwarzeFeen
Member
 
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70

Original Poster
Rep: Reputation: 15
I think i was going through some walkthrough for installing nvidia drivers and it told me to delete something with GL in it.. it must have been this. What a bummer. The hell im gonna go through reinstalling all that stuff.. Is there any way to get the files from that rpm and install them manually?!?
 
Old 03-02-2003, 05:42 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
why are you trying to remove it at all??? if for some reason it can't find the file, try freshening it, or just forcing it to install again

rpm -Uvh --force blah.rpm

rpm -Fvh blah.rpm

then ensure that it is on the system, look to check it's there...

ls /usr/lib/libGLU.so.1

should work fine really....
 
Old 03-02-2003, 09:46 PM   #8
SchwarzeFeen
Member
 
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70

Original Poster
Rep: Reputation: 15
I tried to --force the rpm but it warned me of something and it didn't work
 
Old 03-02-2003, 11:25 PM   #9
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,800

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally posted by SchwarzeFeen
I tried to --force the rpm but it warned me of something and it didn't work
Pasting an error message into a post would help enormously.
 
Old 03-04-2003, 12:52 AM   #10
SchwarzeFeen
Member
 
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70

Original Poster
Rep: Reputation: 15
[root@localhost RPMS]# rpm -Uvh XFree86-Mesa-libGLU-4.2.0-72.i386.rpm
warning: XFree86-Mesa-libGLU-4.2.0-72.i386.rpm: V3 DSA signature: NOKEY, key ID
db42a60e
Preparing... ########################################### [100%]
package XFree86-Mesa-libGLU-4.2.0-72 is already installed
[root@localhost RPMS]# rpm -Fvh XFree86-Mesa-libGLU-4.2.0-72.i386.rpm
warning: XFree86-Mesa-libGLU-4.2.0-72.i386.rpm: V3 DSA signature: NOKEY, key ID
db42a60e
[root@localhost RPMS]# rpm -e XFree86-Mesa-libGLU-4.2.0-72.i386.rpm
error: package XFree86-Mesa-libGLU-4.2.0-72.i386.rpm is not installed
[root@localhost RPMS]# rpm -e XFree86-Mesa-libGLU-4.2.0
error: Failed dependencies:
libGLU.so.1 is needed by (installed) qt-3.0.5-17
libGLU.so.1 is needed by (installed) XFree86-tools-4.2.0-72
libGLU.so.1 is needed by (installed) xscreensaver-4.05-6
libGLU.so.1 is needed by (installed) wine-cvs-opengl-021903-1
libGLU.so.1 is needed by (installed) kdeartwork-screensavers-3.0.3-3
[root@localhost RPMS]# rpm -U --force XFree86-Mesa-libGLU-4.2.0-72.i386.rpm
warning: XFree86-Mesa-libGLU-4.2.0-72.i386.rpm: V3 DSA signature: NOKEY, key ID
db42a60e
[root@localhost RPMS]#

Last edited by SchwarzeFeen; 03-04-2003 at 12:53 AM.
 
Old 03-04-2003, 03:09 AM   #11
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
so where's the error message? that all looks right.
 
Old 03-04-2003, 11:12 PM   #12
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,800

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally posted by acid_kewpie
so where's the error message? that all looks right.
I think he was referring to the ``error: package XFree86-Mesa-libGLU-4.2.0-72.i386.rpm is not installed'' message.

Let's see:

1.) Upgraded libGLU but rpm complains about libGLU already being installed. (OK)
2.) Freshened libGLU (no errors) (OK)
3.) Tries to erase the libGLU package file but rpm rightly complains that that is NOT installed.
4.) Tries to erase the package but rpm warns of dependency problems. (OK)
5.) Forced an upgrade of the package. (OK)

SchwarzeFeen: Step three is the only place where an error message was issued that was legit. The other things look acceptable.

Are you saying that libGLU is still not found?
 
Old 03-05-2003, 01:28 AM   #13
SchwarzeFeen
Member
 
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70

Original Poster
Rep: Reputation: 15
Yup. I have no file of that name. Im confused. Is it possible it is corrupted or broken or something?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple versions of xorg-x11-Mesa-libGLU Ian D Linux - Software 0 10-18-2005 02:14 PM
whats the difference ? libGL.so, LibGLU.so ? qwijibow Linux - Newbie 1 12-21-2003 03:04 PM
DRI and libGL, libGLU bgaiser Linux - Hardware 0 08-31-2003 12:30 AM
joystick/Tuxracer/libGLU issues Adam613 Linux - General 0 11-22-2001 10:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration