I\'m using Ubuntu 13.10 and php is installed and working perfectly. But, when I type php
in the terminal, it lists a lot of errors (and after that, it goes to w
These warning messages appear because the PHP init can not find the mod config in the user dir. So you have to do the following steps:
1) edit your etc/php/{yourversion}/mods-available/snmp.ini
and comment or delete the following strings:
; configuration for php snmp module
; priority=20
;extension=snmp.so
~
~
2) run apt-get --purge remove php-snmpt