When I use the command yum update to update the software on CentOS, it gives the following error and not sure how to fix it:

 Error: Missing Dependency: php-common = 5.2.4-el5.centos is needed by package php-mhash
 Error: Missing Dependency: libnss3.so(NSS_3.12) is needed by package libcurl
 Error: Missing Dependency: libnssutil3.so is needed by package libcurl

Any suggestion?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Try this:

yum install php-common libnss3.so libnssutil3.so
yum update

EDIT: Execute them as root

sudo yum install php-common libnss3.so libnssutil3.so
sudo yum update
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.