Upgrade to VCD 10.6 GA fails with error regarding Failed dependencies.
search cancel

Upgrade to VCD 10.6 GA fails with error regarding Failed dependencies.

book

Article ID: 373529

calendar_today

Updated On:

Products

VMware Cloud Director

Issue/Introduction

While trying to perform an upgrade of VMware vCloud Director to version 10.6, error is received related to the below dependencies.

Error due to the file: xml-security-c-1.7.3-4.ph2.x86_64

Log Location: /opt/vmware/var/log/vami/updatecli.log
/opt/likewise/bin/domainjoin-cli: error while loading shared libraries: libldap_r-2.4.so.2: cannot open shared object file: No such file or directory
/opt/likewise/bin/domainjoin-cli: error while loading shared libraries: libldap_r-2.4.so.2: cannot open shared object file: No such file or directory
/opt/likewise/bin/lwsm: error while loading shared libraries: libldap_r-2.4.so.2: cannot open shared object file: No such file or directory
Removed /etc/systemd/system/multi-user.target.wants/lwsmd.service.
[INFO] Update status: Done pre-install scripts
[INFO] Update status: Running installation tests
[INFO] Running /opt/vmware/var/lib/vami/update/data/job/21/test_command
warning: /opt/vmware/var/lib/vami/update/data/package-pool/package-pool/audit-2.8.5-31.ph4.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8a6a826d: NOKEY
warning: /opt/vmware/var/lib/vami/update/data/package-pool/package-pool/vmware-vcloud-distribution-ovascripts-10.6.0-24055916.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 530c79e6: NOKEY
error: Failed dependencies:
 libcrypto.so.1.0.0()(64bit) is needed by (installed) xml-security-c-1.7.3-4.ph2.x86_64
 libssl.so.1.0.0()(64bit) is needed by (installed) xml-security-c-1.7.3-4.ph2.x86_64

Log Location: /opt/vmware/var/log/vami/updatecli.log
[INFO] Update status: Running installation tests
[INFO] Running /opt/vmware/var/lib/vami/update/data/job/5/test_command
warning: /opt/vmware/var/lib/vami/update/data/package-pool/package-pool/vmware-vcloud-distribution-ovascripts-10.6.1-24532678.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 530c79e6: NOKEY
error: Failed dependencies:
        libcrypto.so.1.0.0()(64bit) is needed by (installed) tcpdump-4.9.2-1.ph3.x86_64

Environment

VMware Cloud Director 10.4
VMware Cloud Director 10.5
VMware Cloud Director 10.6

Cause

xml-security-c-1.7.3-4.ph2.x86_64 package is installed. It is a photon OS 2.0 package.

xml-security-c-1.7.3-4.ph2.x86_64 package is installed. It is a network packet capture tool

The above package is causing the upgrade to fail.

Resolution

1.    Please check if the above package is installed in the environment by executing the command 

rpm -qa | grep xml-security-c

rpm -qa | grep tcpdump-4.9.2-1.ph3.x86_64

2.    If the above package is available, remove the package by executing the below command

rpm -e xml-security-c-1.7.3-4

rpm -e tcpdump-4.9.2-1.ph3.x86_64

3.    Once the package is removed, proceed with the upgrade.