💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] # 安装 如果你已经使用预先建立的软件包来安装Mosquitto,你需要确保你已经安装了开发头文件。在红帽派生的系统上,这可能是叫做`libmosquitto-devel`,在基于 Debian的系统上叫做`libmosquitto-dev `。 你可以使用pecl来来安装这个拓展包: ~~~ pecl install Mosquitto-alpha ~~~ 或者,你也可以使用常规的安装拓展的方法来安装: ~~~ phpize ./configure --with-mosquitto=/path/to/libmosquitto make make install ~~~ 然后添加`extension=mosquitto.so`到你的PHP配置文件php.ini中。 ~~~ --with-mosquitto ~~~ 是可选参数,只有当安装程序找不到libmosquitto拓展包,才需要添加这个参数