
Sunday, May 11, 2014
PHP Startup: unable to load /usr/lib/php5/20100525/snmp.so
If you see this error on Ubuntu:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/snmp.so' - /usr/lib/php5/20100525/snmp.so: cannot open shared object file: No such file or directory in Unknown on line 0The fix is to install the missing PHP SNMP package:
sudo apt-get install php5-snmp