Official comment
3.8.13-55.1.5.el6uek.x86_64
more /etc/redhat-release
Red Hat Enterprise Linux Server release 6.6 (Santiago)
2. When you try to install, the following known error will occur, because glibc.i686 not being installed on OEL6 or RHEL
./install-dbvisit
-bash: ./install-dbvisit: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
3. Get the output of > yum list glibc (available packages)
Loaded plugins: refresh-packagekit, security
Installed Packages
glibc.x86_64 2.12-1.149.el6_6.5 @public_ol6_latest
Available Packages
glibc.i686 2.12-1.192.el6 public_ol6_latest
glibc.x86_64 2.12-1.192.el6 public_ol6_latest
4. Install the following packages
yum install glibc.i686
yum install openssl-devel.i686