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-21-2013, 08:26 AM
|
#1
|
LQ Newbie
Registered: Dec 2011
Posts: 4
Rep: 
|
Long question - installing the 32-bit compat-libstdc++ libraries on 64-bit RHEL
I am starting a fresh install of IBM Content analytic on RHEL 6.4, 64-bit. This installation requires some 32-bit packages - basically the 32-bit compat-libstdc++ libraries. :
The following 32-bit packages are required on Linux 64-bit systems:
- compat-libstdc++-33.i686
- libstdc++.i686
- zlib-devel.i686
- libXext.i686
- libXft.i686
- libXi.i686
- libXp.i686
- libXtst.i686
- libXm
I have done this many times before, but always in a hack-and-burn fashion - just searching the packages "out there" on rpm finder, and then jamming them in. I'm not proud of this method.
I would like some help from this forum in a more systematic approach - a "best practice." For example, the first thing to do might be to list the 32-bit packages already installed on the system. Offhand, I don't know the command for this. Point of fact, I don't really know the command that lets me know whether a package is 64- or 32-bit, for example, when search in available packages in the RHEL software management system.
I welcome a discussion, hints, any help. Thank you.
|
|
|
10-21-2013, 08:53 AM
|
#2
|
Senior Member
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824
|
1) simply specify the arch using yum: yum install compat-libstdc++-33.i686
2) specifically ask for the arch using rpm: rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n'
For more details, see man yum and man rpm
|
|
1 members found this post helpful.
|
10-21-2013, 09:37 AM
|
#3
|
LQ Newbie
Registered: Dec 2011
Posts: 4
Original Poster
Rep: 
|
Actually, I'm having difficulty getting yum to do ANYTHING. This is a brand new system and I'm sure there is additional configuration of YUM required. I wonder if RedHat just provides its own subscription repo, so that if you don't subscribe, you need to configure another? Here is my yum output - actually, it never vaies, regardless of the package I am looking for:
[root@rhel06host Downloads]# yum install compat-libstdc++-33.i686
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions.
Setting up Install Process
No package compat-libstdc++-33.i686 available.
Error: Nothing to do
[root@rhel06host Downloads]#
|
|
|
10-21-2013, 09:50 AM
|
#4
|
Senior Member
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824
|
If you aren't paying RedHat, then you should have installed CentOS instead. AFAIK you can't get RHEL updates without subscribing. If you are paying RedHat, there must be some directions in their knowledge base on how to receive updates.
Or in the mean time, configure your install DVD as a repository and at least you'll have the base packages.
|
|
|
10-21-2013, 10:14 AM
|
#5
|
LQ Newbie
Registered: Dec 2011
Posts: 4
Original Poster
Rep: 
|
I found instructions on how to configure the install DVD as a repository. However, I am running this on VMWare, and I used an iso image to do the installation. Is there a way to use the iso?
|
|
|
All times are GMT -5. The time now is 02:08 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
|
|