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.
|
 |
11-26-2004, 02:53 PM
|
#1
|
Member
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 606
Rep:
|
rpm needs libc.so.6 (glibc_2.3.4)
This error stopped an rpm file from installing 'need libc.so.6 (glibc_2.3.4) ('alliance','5.0','20040928')'. I did a google search and found different versions of libc. Is this library specific to the rpm file I was trying to install? I am using Fedora core 1. Do I need to do an automatic update or get the libc rpm? I was trying to install alliance-5.0-20040928.i386.rpm.
|
|
|
11-26-2004, 03:08 PM
|
#2
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,375
|
"I did a google search and found different versions of libc. Is this library specific to the rpm file I was trying to install?"
It is very common for a binary rpm to be glibc release dependent. Since a lot of your existing rpms are dependent on your existing glibc versions it is not practical to change glibc versions to accomodate your new alliance rpm package. The best thng to do is to find an alliance rpm that was compiled on the same version of gcc as your Fedora Core 1 uses. (There is a correspondence between gcc versions and glibc versions and packagers report the gcc version instead of the glibc version. rpm error messages report the glibc version.).
If you cannot find an alliance 5.0 rpm compiled against the correct gcc version then you should download the source for alliance 5.0 and compile it yourself. If you compile allience yourself I recommend that you use checkinstall to compile the source into a rpm and then install the rpm.
----------------------------------
Steve Stites
|
|
|
11-26-2004, 03:10 PM
|
#3
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908
|
According to the documentation at the alliance website, the rpm was compiled on a modified RedHat 7.1 with certain libraries installed. If you don't have the same libraries, it probably won't install (or work properly if it does install).
You have a couple of alternatives.
Download and try to compile the .src.rpm on your system so that it compiles with your libraries. If it works, great. It it fails, no need to try the second alternative, the tarball.
|
|
|
11-26-2004, 03:17 PM
|
#4
|
Member
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915
Rep:
|
Quote:
Originally posted by bigrigdriver
According to the documentation at the alliance website, the rpm was compiled on a modified RedHat 7.1 with certain libraries installed. If you don't have the same libraries, it probably won't install (or work properly if it does install).
You have a couple of alternatives.
Download and try to compile the .src.rpm on your system so that it compiles with your libraries. If it works, great. It it fails, no need to try the second alternative, the tarball.
|
Red Hat 7.1 with GLIBC 2.3.4? Wow... that's a major upgrade!
Anyhow, I agree with bigrigdriver that the best alternative is to compile the source RPM (src.rpm) into your own RPM package. You can do that by running "rpmbuild --rebuild <src.rpm name>".
|
|
|
11-26-2004, 10:08 PM
|
#5
|
Member
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 606
Original Poster
Rep:
|
Ok, I did another google search 'alliance 5.0 for fedora core 1' and found a link to fedora core 1 rpm's:
alliance-5.0-20031209.i386.rpm
alliance-sources-5.0-20031209.i386.rpm
alliance-5.0-20031209.src.rpm
The rpm command would be: rpmbuild -rebuild alliance-5.0-20031209.src.rpm ?
Then install the rebuilt rpm?
|
|
|
11-26-2004, 10:41 PM
|
#6
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,375
|
Just install alliance-5.0-20031209.i386.rpm. You don't need to fool with the source when the binary rpm is compatible with your system.
-------------------------
Steve Stites
|
|
|
11-28-2004, 03:43 PM
|
#7
|
Member
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 606
Original Poster
Rep:
|
Ok, the rpm installed fine. However, I am unable to figure out the command to run the software. It is not in the Gnome desktop and I can not find any reference to it when doing a file search. Also, the docs and the news groups seem to be of no help. Unless I missed something, that little detail seems lacking....
|
|
|
11-28-2004, 04:01 PM
|
#8
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,375
|
"I am unable to figure out the command to run the software."
Try this command:
rpm -ql alliance | less
It will list all of the files that the rpm installed. One of the files is the command.
------------------------
Steve Stites
Last edited by jailbait; 11-28-2004 at 04:04 PM.
|
|
|
11-28-2004, 05:32 PM
|
#9
|
Member
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 606
Original Poster
Rep:
|
Yes, that was the clue! Thank you. It looks like the rpm made a new folder and sub-folders under /opt/alliance-5.0/ with docs in both html and pdf flavors and several man folders. Hopefully, all the needed info is there!
|
|
|
All times are GMT -5. The time now is 02:11 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
|
|