LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-21-2017, 01:39 PM   #1
Joy Stick
Member
 
Registered: Dec 2015
Distribution: RHEL 4.7
Posts: 127

Rep: Reputation: 0
Install 32 bit S/w on 64 OS


Hi,

Is it possible to install 32 bit packages on 64 bit Systems ?

if so , please help me to install it.


OS : oel-6.8 (64 bit)
DB : 11.2.0.4 (32 bit)

PHP Code:
# uname -a  
Linux SERVER1.COM 4.1.12-61.1.28.el6uek.x86_64 #2 SMP Thu Feb 23 20:03:53 PST 2017 x86_64 x86_64 x86_64 GNU/Linux 
PHP Code:
[root@SERVER1 SHARE]# cat /etc/redhat-release   
Red Hat Enterprise Linux Server release 6.8 (Santiago
When i install database s/w i am getting following errors
Attached Thumbnails
Click image for larger version

Name:	SHARE.p.jpg
Views:	22
Size:	133.3 KB
ID:	24560  

Last edited by Joy Stick; 03-21-2017 at 01:40 PM.
 
Old 03-21-2017, 01:50 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Normally, installing 32 bit packages on 64 bit systems shouldn't be a problem. However, why do you want to do that? Is the 64-bit version of the database software not available? For example, it means that you will have to pull in 32-bit dependencies, hence the messages.

More pertinent, though, is the message that says that you don't have enough memory in /tmp to install the package. Have you addressed that?

Also, given that RHEL is a commercial product with support, why haven't you asked RHEL about this? They will be able to give you much better support.
 
1 members found this post helpful.
Old 03-21-2017, 01:55 PM   #3
Joy Stick
Member
 
Registered: Dec 2015
Distribution: RHEL 4.7
Posts: 127

Original Poster
Rep: Reputation: 0
Hi,

i am installing in Local machine for self learning purpose.

What is the solution ?
How can i solve it ?
Do i need increase /tmp directory size ?
How do i dowwnload 32 bit packages using yum ?

Please help me.
 
Old 03-21-2017, 02:02 PM   #4
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,938
Blog Entries: 13

Rep: Reputation: 4968Reputation: 4968Reputation: 4968Reputation: 4968Reputation: 4968Reputation: 4968Reputation: 4968Reputation: 4968Reputation: 4968Reputation: 4968Reputation: 4968
Are you using RHEL 4.7 or RHEL 6.8? Your signature says 4.7 is why I'm asking and RHEL 4 is end of life.

As hydrurga is citing, you should be asking Redhat.

Do you have a licensed copy of RHEL? Are you using demo software? If so, then it is a 30-day trial. If you have a production machine, then best to keep the maintenance current for it and inquire of Redhat what they recommend for the particular software package you wish to install.

They can also help you wish clearing up space without causing problems, or advise if your hardware is extended too far to allow for installing any additional packages.
 
Old 03-21-2017, 02:05 PM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Joy Stick View Post
Hi,

i am installing in Local machine for self learning purpose.

What is the solution ?
How can i solve it ?
Do i need increase /tmp directory size ?
How do i dowwnload 32 bit packages using yum ?

Please help me.
Can I recommend therefore that you install CentOS instead. You won't be able to update your RHEL system unless you have a licence and CentOS is, to all intents and purposes, the same beast.

The rest of your questions will hopefully be answered by the CentOS/RHEL/yum experts on LQ. However, you first need to determine why you want to download 32-bit packages if 64-bit versions are available. Also, you need to look at how much disk space your install is taking up (the df command will prove useful).
 
Old 03-22-2017, 02:23 PM   #6
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875
Distros have mechanisms for this and it's generally called multi-arch.

https://wiki.debian.org/Multiarch

Alternatively you can create a chroot and run the 32 bit software in the chroot. I used to do this for the five+ years it took java to come out with a 64 bit browser plugin.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
64 bit Wine and 64 bit Windows applications. SketchUp 2015/16 64 bit install fails. bamunds Slackware 2 03-23-2016 09:42 PM
yum install of both 32-bit and 64-bit gcc libraries - PROTECTED MULTILIB VERSIONS auclark@wsu.edu Linux - Newbie 8 12-08-2015 07:14 PM
Why can't I install a 64 Bit Linux Distro on my machine,32 Bit versions install fine? WindowsSucksBad Linux - Newbie 4 07-20-2015 05:26 PM
LXer: Install Xen 3.1 Solaris domU (64 bit) under CentOS 5 dom0 (64 bit) LXer Syndicated Linux News 0 09-21-2007 01:00 AM
32 bit or 64 bit install - is 32 bit easier for a newbie? dms05 Linux - Newbie 3 05-19-2006 04:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration