Package libc6-i386 can't be installed at RedHat Linux 7.3 64-bit

Hi, Masters:
  I downloaded 32-bit q(linuxx86.zip) from kx.com, according to the installation document, the libc6-i386 must be installed at my RHEL 64-bit env.

  But I got the following message:

    [root@ETAPP1 bin]# yum install libc6-i386

    Loaded plugins: langpacks, ulninfo

    No package libc6-i386 available.

    Error: Nothing to do

  

  Do you have idea for this case? Thanks

Zheng

Zheng, 

The equivalent will be glibc-devel. If you are on a 64-bit x86_64 system and need to compile 32-bit C programs then you want glibc-devel.i686.

yum install glibc-devel

yum install glibc-devel.i686

This should work,

Kumar

Hi, Kumar:
  Yes, it works. Thanks!

Zheng