zoukankan      html  css  js  c++  java
  • wamp环境下php命令运行时出现错误:无法启动此程序,因为计算机中丢失OCI.dll。尝试重新安装该程序以解决此问题

    将OCI相关的dll注释即OK,行首前加 ;

    ;extension=php_oci8.dll

    ;extension=php_oci8_11g.dll

    ;extension=php_pdo_oci.dll

    如果提示是计算机中丢失libcs.dll

    注释下面这行

    ;extension=php_sybase_ct.dll

    其他的则同此方法

    PHP出现以下错误Cannot find module (IP-MIB)

    Cannot   find   module   (IP-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (IF-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (TCP-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (UDP-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (SNMPv2-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (SNMPv2-SMI):   At   line   0   in   (none)   
    Cannot   find   module   (UCD-SNMP-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (UCD-DEMO-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (SNMP-TARGET-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (SNMP-VIEW-BASED-ACM-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (SNMP-COMMUNITY-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (UCD-DLMOD-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (SNMP-FRAMEWORK-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (SNMP-MPD-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (SNMP-USER-BASED-SM-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (SNMP-NOTIFICATION-MIB):   At   line   0   in   (none)   
    Cannot   find   module   (SNMPv2-TM):   At   line   0   in   (none) 

    解决方法:
    将php.ini中
    注释掉 extension=php_snmp.dll

  • 相关阅读:
    Hadoop第一天
    Python第二天-字典类型的基本使用讲解
    Python第二天-元组的基本使用方法
    Python第二天-list基本功能详解
    Python第一天-str基本功能详解与测试
    while循环
    用户输入
    字典
    if语句
    运算符
  • 原文地址:https://www.cnblogs.com/zhenzhong/p/3071411.html
Copyright © 2011-2022 走看看