首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
源码安装swoole-src-1.9.23 make时出错
解压后运行 ```php phpize --clean phpize ./configure --enable-openssl --enable-sockets --enable-async-redis --enable-mysqlnd --enable-http2 make clean make -j 提示错误如下: /mnt/source/swoole-src-1.9.23/php_swoole.h:48:20: fatal error: swoole.h: No such file or directory #include "swoole.h" ``` 请问是我哪里操作不对吗?
发布于7年前 · 0 次浏览 · 来自
提问
S
Sentiger
解压后运行 ```php phpize --clean phpize ./configure --enable-openssl --enable-sockets --enable-async-redis --enable-mysqlnd --enable-http2 make clean make -j 提示错误如下: /mnt/source/swoole-src-1.9.23/php_swoole.h:48:20: fatal error: swoole.h: No such file or directory #include "swoole.h" ``` 请问是我哪里操作不对吗?
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2019-04-12
幸
幸福的碎片
某些低版本的`PHP`执行`phpize --clean`时会删除`include`目录。请升级`PHP`版本,或去掉`phpize --clean`
赞
0
回复