Tag Archives: failed dependencies error resolution

How to Solve Error: failed dependencies error resolution

# rpm -ivh php-mbstring-5.3.3-3.el6_2.8.x86_64.rpm

warning: php-mbstring-5.3.3-3.el6_2.8.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY

error: Failed dependencies:

php-common = 5.3.3-3.el6_2.8 is needed by php-mbstring-5.3.3-3.el6_2.8.x86_64

When installing rpm, the error is error: Failed dependencies:.
This error is due to the problem of function dependencies, no dependencies, the installation failed
You can add the following parameter –nodeps –force

# rpm -ivh php-mbstring-5.3.3-3.el6_2.8.x86_64.rpm  –nodeps –force
warning: php-bcmath-5.2.17-1.el6.art.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5ebd2744: NOKEY
Preparing…                ########################################### [100%]
1:php-bcmath             ########################################### [100%]

Install Success