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.
|
|
10-11-2014, 06:06 PM
|
#1
|
LQ Newbie
Registered: Oct 2014
Posts: 2
Rep:
|
Can't install glibc.i686
Redhat 6.5
I'm trying to install the 32-bit version of glibc but I get the following:
##########################################################################
bash-4.1$ sudo yum install glibc.i686
Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
There was an error communicating with RHN.
RHN Satellite or RHN Classic support will be disabled.
Error communicating with server. The message was:
Name or service not known
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package glibc.i686 0:2.12-1.132.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.132.el6 for package: glibc-2.12-1.132.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.132.el6.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.132.el6.i686
--> Running transaction check
---> Package glibc-common.i686 0:2.12-1.132.el6 will be installed
--> Processing Dependency: libcap.so.2 for package: glibc-common-2.12-1.132.el6.i686
---> Package nss-softokn-freebl.i686 0:3.14.3-9.el6 will be installed
--> Running transaction check
---> Package libcap.i686 0:2.16-5.5.el6 will be installed
--> Processing Dependency: libattr.so.1(ATTR_1.0) for package: libcap-2.16-5.5.el6.i686
--> Processing Dependency: libattr.so.1 for package: libcap-2.16-5.5.el6.i686
--> Running transaction check
---> Package libattr.i686 0:2.4.44-7.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==================================================================================================== =================
Package Arch Version Repository Size
==================================================================================================== =================
Installing:
glibc i686 2.12-1.132.el6 rhel-dvd 4.3 M
Installing for dependencies:
glibc-common i686 2.12-1.132.el6 rhel-dvd686 14 M
libattr i686 2.4.44-7.el6 rhel-dvd 15 k
libcap i686 2.16-5.5.el6 rhel-dvd 31 k
nss-softokn-freebl i686 3.14.3-9.el6 rhel-dvd 147 k
Transaction Summary
==================================================================================================== =================
Install 5 Package(s)
Total download size: 19 M
Installed size: 121 M
Is this ok [y/N]: y
Downloading Packages:
---------------------------------------------------------------------------------------------------------------------
Total 205 MB/s | 19 MB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Check Error:
package glibc-common-2.12-1.132.el6_5.4.x86_64 (which is newer than glibc-common-2.12-1.132.el6.i686) is already installed
package glibc-2.12-1.132.el6_5.4.x86_64 (which is newer than glibc-2.12-1.132.el6.i686) is already installed
package nss-softokn-freebl-3.14.3-12.el6_5.x86_64 (which is newer than nss-softokn-freebl-3.14.3-9.el6.i686) is already installed
file /usr/bin/ldd from install of glibc-common-2.12-1.132.el6.i686 conflicts with file from package glibc-common-2.12-1.132.el6_5.4.x86_64
file /usr/lib/locale/locale-archive.tmpl from install of glibc-common-2.12-1.132.el6.i686 conflicts with file from package glibc-common-2.12-1.132.el6_5.4.x86_64
Error Summary
-------------
#####################################################################
I need the 32-bit libraries to run a 32-bit program provided by a 3rd party (in other words I can't recompile it for 64-bit). This is an fresh install of RHEL 6.5 and I'm at a loss. The complaints at the top are because I'm running this from home (i.e. not connected to work network and it can't reach the RHN satellite server - when I vpn in to work it so it can reach that server it still fails the same way).
I'm at a loss for what to try next. Any suggestions?
|
|
|
10-12-2014, 01:48 AM
|
#2
|
LQ Addict
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841
|
If you paid for subscription, you need to register the system to gain access to mirrors.
If you haven't paid try centOS it's free.
|
|
|
10-12-2014, 05:43 AM
|
#3
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
@DrFrost : Welcome to LQ.
You can use the identical "Redhat CentOS" repositories,
i.e. migrate to CentOS : http://wiki.centos.org/HowTos/MigrationGuide
|
|
|
10-12-2014, 07:51 AM
|
#4
|
LQ Newbie
Registered: Oct 2014
Posts: 2
Original Poster
Rep:
|
The problem was not access to repos. I can vpn into my work network and I then have access to the satellite repo. I did this and it failed in the same manner (this is my work laptop).
Regardless, I did a fresh install and it's working now so whatever I had inadvertently broken before is now fixed.
Thanks for the suggestions.
|
|
|
All times are GMT -5. The time now is 12:15 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
|
|