Need to install php-snmp
Posted: Fri Aug 09, 2013 5:38 pm
We need to install php-snmp in our server.
But if I do a:
I get the following problem:
How can I install the php-snmp module without breaking ASL or our server?
Thanks in advance for all help in this regard.
But if I do a:
Code: Select all
yum install php-snmp
Code: Select all
Error: Package: php-snmp-5.3.3-23.el6_4.x86_64 (updates)
Requires: php-common(x86-64) = 5.3.3-23.el6_4
Installed: php-common-5.3.26-19.el6.art.x86_64 (@atomic)
php-common(x86-64) = 5.3.26-19.el6.art
Available: php-common-5.3.3-22.el6.x86_64 (base)
php-common(x86-64) = 5.3.3-22.el6
Available: php-common-5.3.3-23.el6_4.x86_64 (updates)
php-common(x86-64) = 5.3.3-23.el6_4
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Thanks in advance for all help in this regard.