首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
求解:hredis装不上
1、下载hiredis编译 make -j sudo make install sudo ldconfig 2、开始编译swoole phpize ./configure --enable-async-redis --enable-jemalloc make clean make -j sudo make install 操作系统是centos,swoole是1.9最新版 hredis也是最新的 ,php 是7.1 加载swoole.so之后 重启php-fpm报错 Starting php-fpm: [28-Apr-2017 14:40:12] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/swoole.so' - libhiredis.so.0.13: cannot open shared object file: No such file or directory in Unknown on line 0 网上各种方法都找遍了 ...韩大大看一下咯
发布于8年前 · 0 次浏览 · 来自
提问
j
jawe2013
1、下载hiredis编译 make -j sudo make install sudo ldconfig 2、开始编译swoole phpize ./configure --enable-async-redis --enable-jemalloc make clean make -j sudo make install 操作系统是centos,swoole是1.9最新版 hredis也是最新的 ,php 是7.1 加载swoole.so之后 重启php-fpm报错 Starting php-fpm: [28-Apr-2017 14:40:12] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/swoole.so' - libhiredis.so.0.13: cannot open shared object file: No such file or directory in Unknown on line 0 网上各种方法都找遍了 ...韩大大看一下咯
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2019-09-17
不
不如思念
我的也是报这个错,不知道怎么解决
赞
0
回复
2019-09-22
A
Allen Lu
安装 `libhiredis `,并执行 `sudo ldconfig`
赞
0
回复
2019-11-14
/
/t
最好带上安装路径
赞
0
回复