Installation Troubleshooting - Linux

This section only applies to Dbvisit Standby version 7.0.02 to 7.0.08 on Linux based systems.

 

If using Dbvisit Standby versions 7.0.02 to 7.0.8 you have to make sure you meet the following pre-requisites:

 

 

Required Operating System packages

(Linux)

Dbvisit Standby 7.0.02-7.0.08 requires the following 32bit packages and their dependancies to be installed:

  • glibc 

  • openssl-devel (dependancies must be installed, such as openssl, zlib-devel and krb5-devel)


For 64bit environments it is required to have the 32bit versions of these packages installed as well.

 

Commands that can be used to test (list information about) the installation of these modules are:

yum list glibc
yum list openssl-devel

 

If you do not install these packages and their dependencies, you will get errors during Dbvisit Standby installation similar to the following (this is due to glibc.i686 not being installed on OEL6 or RHEL):

/lib/ld-linux.so.2 bad ELF interpreter no such file or directory

 

Most Oracle Linux and Red Hat Linux 4 and 5 64bit installations does include required shared libraries for 32bit, but with Oracle Linux or Red Hat 6 64bit minimum installations, most of these 32bit libraries are not installed by default, such as the glibc.i686 above.

It is required for 64bit versions of OEL5, OEL6, RHEL5 and RHEL6 that you install the glibc.i686 as well as openssl-devel.686 packages and ALL its dependancies.

If you have your YUM repositories configured you can use the following commands to install these required packages and dependancies:

 yum install glibc.i686
 yum install openssl-devel.i686

 

Below is an example on Oracle Linux 6 (64bit):

Example:
 
yum install openssl-devel.i686
...
...
Installing:
 openssl-devel                  i686       1.0.1e-16.el6_5.1       ol6_latest     1.2 M
Installing for dependencies:
 keyutils-libs                  i686       1.4-4.el6               ol6_latest      19 k
 keyutils-libs-devel            x86_64     1.4-4.el6               ol6_latest      28 k
 krb5-devel                     x86_64     1.10.3-10.el6_4.6       ol6_latest     494 k
 krb5-libs                      i686       1.10.3-10.el6_4.6       ol6_latest     768 k
 libcom_err                     i686       1.42.8-1.0.1.el6        ol6_latest      36 k
 libcom_err-devel               x86_64     1.42.8-1.0.1.el6        ol6_latest      32 k
 libselinux                     i686       2.0.94-5.3.el6_4.1      ol6_latest     107 k
 libselinux-devel               x86_64     2.0.94-5.3.el6_4.1      ol6_latest     135 k
 libsepol-devel                 x86_64     2.0.41-4.el6            ol6_latest      63 k
 openssl                        i686       1.0.1e-16.el6_5.1       ol6_latest     1.5 M
 zlib                           i686       1.2.3-29.el6            ol6_latest      72 k
 zlib-devel                     x86_64     1.2.3-29.el6            ol6_latest      43 k
Updating for dependencies:
 e2fsprogs                      x86_64     1.42.8-1.0.1.el6        ol6_latest     660 k
 e2fsprogs-libs                 x86_64     1.42.8-1.0.1.el6        ol6_latest     159 k
 krb5-libs                      x86_64     1.10.3-10.el6_4.6       ol6_latest     760 k
 krb5-workstation               x86_64     1.10.3-10.el6_4.6       ol6_latest     804 k
 libcom_err                     x86_64     1.42.8-1.0.1.el6        ol6_latest      36 k
 libselinux                     x86_64     2.0.94-5.3.el6_4.1      ol6_latest     107 k
 libselinux-utils               x86_64     2.0.94-5.3.el6_4.1      ol6_latest      80 k
 libss                          x86_64     1.42.8-1.0.1.el6        ol6_latest      41 k
 openssl                        x86_64     1.0.1e-16.el6_5.1       ol6_latest     1.5 M