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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-13-2003, 01:16 AM
|
#1
|
Member
Registered: Apr 2003
Location: A whole lot of nowhere.
Distribution: Mandrake 9.1
Posts: 58
Rep:
|
libGLcore.so.1 not found?
I'm trying to install the Aqua OS K window decoration (from kde-look.com). I'm installing it via the Mandrake RPM version, but when I try to install it, it tells me that it requires libGLcore.so.1
I have libGLcore.so.1 in /usr/lib
So why doesn't it work?
|
|
|
04-13-2003, 01:52 AM
|
#2
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Check 2 things:
Are you root?
Open up a console and type:
less /etc/ld.so.conf
Is /usr/lib listed? If so, then click:
q (this quits less)
And then type:
ldconfig (make sure you are root)
While you are at it, type:
updatedb
To make then both run while you go get your new cup of Joe ready, type this instead:
ldconfig &&
updatedb
Then after 10 minutes, when they finish, try installing again.
Cool
|
|
|
04-13-2003, 11:46 AM
|
#3
|
Member
Registered: Apr 2003
Location: A whole lot of nowhere.
Distribution: Mandrake 9.1
Posts: 58
Original Poster
Rep:
|
Hmm, actually /usr/lib is not listed. Should I add it?
...............
(edit) I added /usr/lib to the file, and then ran ldconfig && updatedb
I tried installing it again, but got the same error message. Any ideas?
Last edited by Crickit; 04-13-2003 at 12:08 PM.
|
|
|
04-13-2003, 12:53 PM
|
#4
|
Member
Registered: Dec 2002
Location: Qc, Canada
Distribution: CRUX
Posts: 317
Rep:
|
AFAIK, /lib and /usr/lib don't go into /etc/ld.so.conf [...not needed as those paths are hardcoded into the linker itself ...is my guess]
In fact I tried that in the past and it introduced new bugs [...YMMV], so if it didn't work anyway, you may be better off taking it out. [...if you do, run #ldconfig again afterwards]
Use the rpm tools to first see what pkg supplies libGLcore,
$urpmf libGLcore.so.1
...see if the right pkg is already installed,
#rpm -qa | grep <pkg>
...and install, if required,
#urpmi <pkg>
If rpm -qa shows the <pkg> as already installed, it could mean you don't have the right version installed to satisfy the new app's dependency.
|
|
|
07-17-2003, 04:24 PM
|
#5
|
LQ Newbie
Registered: Jul 2003
Location: Paris (France)
Posts: 1
Rep:
|
Go to this URL to download the libGLcore.so.1.rpm:
http://lists.uugrn.org/uugrn/02/12/7971.html
This file is un driver for the Nvidia cards.
Install it and reinstall the AquaOS, that's all...
|
|
|
All times are GMT -5. The time now is 08:07 AM.
|
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
|
|