i trying to upgrade vcenter 6.7 u3a to u3b, but after execute command in shell :software-packages install --iso --acceptEulas
i got this error
Command> software-packages install --iso --acceptEulas
[2019-12-19T09:18:33.353] : ISO mounted successfully
[2019-12-19T09:18:34.353] : Evaluating packages to stage...
[2019-12-19T09:18:34.353] : Verifying staging area
[2019-12-19T09:18:35.353] : ISO unmounted successfully
[2019-12-19T09:18:35.353] : Validating software update payload
[2019-12-19T09:18:35.353] : Validation successful
[2019-12-19 09:18:35,938] : Copying software packages [2019-12-19T09:18:35.353] : ISO mounted successfully
94/94
[2019-12-19T09:18:57.353] : ISO unmounted successfully
[2019-12-19 09:18:57,126] : Running test transaction ....
[2019-12-19T09:18:58.353] : Installation process failed
[2019-12-19T09:18:58.353] : Test transaction failed to update packages
=================
i'm checking log folder in vcenter from this path: var/log/vmware/applmgmt/software-packeges.log
got this error:
2019-12-19T09:18:58.353 [60810]DEBUG:vmware.vherd.base.software_update:STDERR: error: Failed dependencies:
libgcc = 5.3.0-5.ph1 is needed by (installed) libstdc++-5.3.0-5.ph1.x86_64
2019-12-19T09:18:58.353 [60810]DEBUG:vmware.vherd.base.software_update:Test transaction failed to update package
out=
error=error: Failed dependencies:
libgcc = 5.3.0-5.ph1 is needed by (installed) libstdc++-5.3.0-5.ph1.x86_64
please tell me how can i solve it! thanks