略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: 安装

2024-04-29

安装

安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装章节中找到。更多信息如新的发行版本、下载、源文件、 维护人员信息及变更日志等,都在此处: » https://pecl.php.net/package/stomp

add a noteadd a note

User Contributed Notes 1 note

up
-25
devin
6 years ago
If you are encountering an error when building the Stomp extension:

pecl install stomp
OpenSSL install prefix (no to disable SSL support) [/usr] : /usr

configure: error: Cannot find OpenSSL's libraries
ERROR: `/var/tmp/stomp/configure --with-openssl-dir=/usr' failed

Even when openssl-devel is installed on the machine, try answering 'yes' to the openssl path prompt:

pecl install stomp
OpenSSL install prefix (no to disable SSL support) [/usr] : yes

官方地址:https://www.php.net/manual/en/stomp.installation.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3