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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-01-2003, 12:15 AM
|
#1
|
|
Member
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70
Rep:
|
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?!
|
|
|
|
03-01-2003, 02:30 AM
|
#2
|
|
Member
Registered: Jan 2003
Location: Illinois (Chicago area)
Distribution: Red Hat (8.0), SuSE (10.x, 11.x, 12.2), Solaris (8-10), Tru64
Posts: 800
Rep:
|
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
|
|
|
|
03-01-2003, 02:53 AM
|
#3
|
|
Member
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70
Original Poster
Rep:
|
Ah thanks a ton!
|
|
|
|
03-01-2003, 11:11 PM
|
#4
|
|
Member
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70
Original Poster
Rep:
|
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!
|
|
|
|
03-01-2003, 11:45 PM
|
#5
|
|
Member
Registered: Jan 2003
Location: Illinois (Chicago area)
Distribution: Red Hat (8.0), SuSE (10.x, 11.x, 12.2), Solaris (8-10), Tru64
Posts: 800
Rep:
|
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?
|
|
|
|
03-02-2003, 03:16 AM
|
#6
|
|
Member
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70
Original Poster
Rep:
|
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?!?
|
|
|
|
03-02-2003, 05:42 AM
|
#7
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,711
|
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....
|
|
|
|
03-02-2003, 09:46 PM
|
#8
|
|
Member
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70
Original Poster
Rep:
|
I tried to --force the rpm but it warned me of something and it didn't work
|
|
|
|
03-02-2003, 11:25 PM
|
#9
|
|
Member
Registered: Jan 2003
Location: Illinois (Chicago area)
Distribution: Red Hat (8.0), SuSE (10.x, 11.x, 12.2), Solaris (8-10), Tru64
Posts: 800
Rep:
|
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.
|
|
|
|
03-04-2003, 12:52 AM
|
#10
|
|
Member
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70
Original Poster
Rep:
|
[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.
|
|
|
|
03-04-2003, 03:09 AM
|
#11
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,711
|
so where's the error message? that all looks right.
|
|
|
|
03-04-2003, 11:12 PM
|
#12
|
|
Member
Registered: Jan 2003
Location: Illinois (Chicago area)
Distribution: Red Hat (8.0), SuSE (10.x, 11.x, 12.2), Solaris (8-10), Tru64
Posts: 800
Rep:
|
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?
|
|
|
|
03-05-2003, 01:28 AM
|
#13
|
|
Member
Registered: Feb 2003
Location: Illinois
Distribution: BackTrack 4
Posts: 70
Original Poster
Rep:
|
Yup. I have no file of that name. Im confused. Is it possible it is corrupted or broken or something?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:14 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|