Question:
Installation of the CentrifyDC Agent 5.1 on SUSE fails with the following warning:
List of 5.1.0 packages to be installed:
CentrifyDC
CentrifyDC-openssh
CentrifyDA
error: Failed dependencies:
pam is needed by CentrifyDC-5.1.0-497
/bin/sh is needed by CentrifyDC-5.1.0-497
pam is needed by CentrifyDC-openssh-6.0p1-5.1.0.472
/bin/sh is needed by CentrifyDC-openssh-6.0p1-5.1.0.472
/bin/sh is needed by CentrifyDA-3.0.0-428
INFO: install/upgrade RC=3
ERROR: Installation error
What dependencies are needed?
Answer:
Modify the install.sh installer script as follows and rerun the install.
Search for CMD="rpm -Uv" and save:
CMD="rpm -Uv"
..To:
CMD="rpm -Uv --nodeps"