When trying to install the Linux x86_64 version of QAS you receive errors similiar to below (the exact version numbers may differ).
# rpm -Uvh vasclnt-4.x.x86_64.rpm
error: Failed dependencies:
libcrypt.so.1 is needed by vasclnt-4.x.x86_64
libcrypt.so.1(GLIBC_2.0) is needed by vasclnt-4.x.x86_64
libc.so.6 is needed by vasclnt-4.x.x86_64
libc.so.6(GLIBC_2.0) is needed by vasclnt-4.x.x86_64
libc.so.6(GLIBC_2.1) is needed by vasclnt-4.x.x86_64
libc.so.6(GLIBC_2.1.2) is needed by vasclnt-4.x.x86_64
libc.so.6(GLIBC_2.1.3) is needed by vasclnt-4.x.x86_64
libc.so.6(GLIBC_2.2) is needed by vasclnt-4.x-.x86_64
libc.so.6(GLIBC_2.2.3) is needed by vasclnt-4.x.x86_64
libc.so.6(GLIBC_2.3) is needed by vasclnt-4.x-.x86_64
libdl.so.2 is needed by vasclnt-4.x.x86_64
libdl.so.2(GLIBC_2.0) is needed by vasclnt-4.x.x86_64
libdl.so.2(GLIBC_2.1) is needed by vasclnt-4.x.x86_64
libresolv.so.2 is needed by vasclnt-4.x.x86_64
In the x86_64 package we bundle in 32-bit libraries for compatibility purposes (eg. for 32-bit programs on the 64-bit OS). These dependences are included in Redhat 5, but are not included in Redhat 6 by default.
RESOLUTION 1:
Install the 32 bit system glibc packages on the machine
RESOLUTION 2:
Install the packages using the --nodeps option
On RHEL 6.4 media the package is glibc-2.12-1.107.el6.i686.rpm
Example:
rpm -ivh --nodeps vasclnt-4.x.x86_64.rpm
rpm -ivh --nodeps vasgp-4.x-305.x86_64.rpm
RESOLUTION 3:
Use the install.sh script to install - this will automatically use --nodeps if required
RESOLUTION 4:
If using Identity Manager for Unix (IMU) 1.0 to deploy the software to Redhat 6 x86_64 you will need to upgrade to Management Console for Unix 2.5. This will automatically use --nodeps if required.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center