Ubuntu typing 'php' in terminal shows a lot of errors

前端 未结 10 2197
粉色の甜心
粉色の甜心 2020-12-07 15:17

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

10条回答
  •  余生分开走
    2020-12-07 16:03

    Simply remove php5-snmp package. You can use this command in a console to do so:

    sudo apt-get remove php5-snmp
    

    With PHP 7, the package is php7.0-snmp:

    sudo apt-get remove php7.0-snmp
    

提交回复
热议问题