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

前端 未结 10 2189
粉色の甜心
粉色の甜心 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 15:58

    For those of us that need the php5-snmp package, the above may not solve your problem. In that case you can try:

    sudo apt-get install snmp
    

    which will install snmp for you, which seems to be required for the php5-snmp package to avoid outputting those errors.

提交回复
热议问题