LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install 32 bit S/w on 64 OS (https://www.linuxquestions.org/questions/linux-newbie-8/install-32-bit-s-w-on-64-os-4175602276/)

Joy Stick 03-21-2017 12:39 PM

Install 32 bit S/w on 64 OS
 
1 Attachment(s)
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

hydrurga 03-21-2017 12:50 PM

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.

Joy Stick 03-21-2017 12:55 PM

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.

rtmistler 03-21-2017 01:02 PM

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.

hydrurga 03-21-2017 01:05 PM

Quote:

Originally Posted by Joy Stick (Post 5686451)
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).

Shadow_7 03-22-2017 01:23 PM

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.


All times are GMT -5. The time now is 11:33 PM.