Link to home
Start Free TrialLog in
Avatar of Christopher Schene
Christopher ScheneFlag for United States of America

asked on

How do I find and install gcc-32bit package for Suse 11

I need to load the 32 bit gcc library on my Suse11 installation. When I execute the command

zypper in gcc32-32bit

I get the error below.  Apparently the package is not on my machine. How do I find the package? Or, alternatively how can I tell if the package is on my DVD?

Loading repository data...
Reading installed packages...
'gcc32-32bit' not found.
Resolving package dependencies...
ASKER CERTIFIED SOLUTION
Avatar of Mazdajai
Mazdajai
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Christopher Schene

ASKER

I tried that and I got the error message below.

It is looking for "SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152" and I can't seem to find that .iso.  I have two disks called:

SLES-11-SP1-DVD-x86_64-GM-DVD1.iso
SLES-11-SP1-DVD-x86_64-GM-DVD2.iso

But I don't have one called SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152

Loading repository data...
Reading installed packages...
'gcc44-32bit' not found.
'libstdc++44-devel-32bit' not found.
Resolving package dependencies...

The following NEW packages are going to be installed:
  gcc gcc-32bit gcc43-32bit glibc-devel-32bit libgomp43-32bit

5 new packages to install.
Overall download size: 5.6 MiB. After the operation, additional 23.8 MiB will be used.
Continue? [y/n/?] (y): y
Retrieving package glibc-devel-32bit-2.11.1-0.17.4.x86_64 (1/5), 3.8 MiB (18.5 MiB unpacked)
Failed to mount cd:///?devices=/dev/sr1,/dev/sr0 on /var/adm/mount/AP_0x00000001: Mounting media failed (mount: no medium found on /dev/sr0)


Please insert medium [SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152] #1 and type 'y' to continue or 'n' to cancel the operation. [yes/no] (no):
I checked on the .iso I have and there is no .rpm that matches these names:  

 gcc gcc-32bit gcc43-32bit glibc-devel-32bit libgomp43-32bit

Is there a specific RPM name I should be looking for?
"zypper install gcc44-32bit gcc-32bit libstdc++44-devel-32bit"

I think I may have an answer that works that is very similar to your suggestion. If it works, you get the points.
This is what I got to finally work which is very close to your suggestion

zypper install gcc43-32bit gcc-32bit libstdc++43-devel-32bit