PHP SNMP - Cannot find module

前端 未结 8 1097
逝去的感伤
逝去的感伤 2020-12-17 16:50

I\'ve enabled the SNMP module was trying to the functions in the module. I have set the MIBDIRS environment variable to where I have my mibs but I\'m still getting these \"

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-17 17:01

    I've got the same problem in Ubuntu with php7.1 and the solution was installing snmp package

    apt-get install snmp
    

提交回复
热议问题