php cannot load service "mmap".,php swoole 安装失败

在CentOS7环境中,尝试通过yum安装LNMP后,使用PECL安装Swoole失败,错误提示为无法下载或预处理器检查失败。通过源码安装Swoole时,发现没有合适的C编译器,安装gcc和glibc-headers后成功编译并安装。但启动Redis时遇到连接拒绝问题,解决方法是更改Redis日志文件的所有权。最终成功启动Redis。
摘要由CSDN通过智能技术生成

看到一个基于swoole的聊天室,php 环境根据yum安装lnmp安装好了,之后安装swoole,但是失败了

[root@VM_0_14_centos html]# cat /etc/redhat-release

CentOS Linux release 7.2.1511 (Core)

[root@VM_0_14_centos html]# pecl install swoole

Could not download from "http://pecl.php.net/get/swoole-4.2.7.tgz", cannot download "pecl/swoole" (File http://pecl.php.net:80/get/swoole-4.2.7.tgz not valid (received: HTTP/1.0 500 Internal Server Error

))

Error: cannot download "pecl/swoole"

Download failed

install failed

于是开始源码安装

#git clone https://github.com/swoole/swoole-src

#cd swoole-src

#phpize

#./configure

checking for gcc... no

checking for cc... no

checking for cl.exe... no

configure.sh:error:no acceptable C compiler found in $PATH

See 'config.log' for more details.

更新:

后来重新安装成功了

#yum -y install gcc

#./configure

checking how to run the C++ preprocessor... /lib/cpp

configure: error: C++ preprocessor "/lib/cpp" fails sanity check

See `config.log' for more details.

#yum install glibc-headers gcc-c++

#./configure

Build complete.

Don't forget to run 'make test'.

Installing shared extensions: /usr/lib64/php/modules/

Installing header files: /usr/include/php/

#vi /etc/php.ini

extension= /usr/lib64/php/modules/swoole.so

但是使用的时候Redis启动不了。

[root@VM_0_14_centos php-chatroom]# systemctl start redis

Job for redis.service failed because the control process exited with error code. See "systemctl status redis.service" and "journalctl -xe" for details.

[root@VM_0_14_centos php-chatroom]# systemctl status redis.service

● redis.service - Redis persistent key-value database

Loaded: loaded (/usr/lib/systemd/system/redis.service; disabled; vendor preset: disabled)

Drop-In: /etc/systemd/system/redis.service.d

└─limit.conf

Active: failed (Result: exit-code) since Thu 2018-11-15 14:32:52 CST; 16s ago

Process: 12519 ExecStop=/usr/libexec/redis-shutdown (code=exited, status=1/FAILURE)

Process: 12518 ExecStart=/usr/bin/redis-server /etc/redis.conf --supervised systemd (code=exited, status=1/FAILURE)

Main PID: 12518 (code=exited, status=1/FAILURE)

Nov 15 14:32:51 VM_0_14_centos systemd[1]: Starting Redis persistent key-value database...

Nov 15 14:32:51 VM_0_14_centos systemd[1]: redis.service: main process exited, code=exited, status=1/FAILURE

Nov 15 14:32:52 VM_0_14_centos redis-shutdown[12519]: Could not connect to Redis at 127.0.0.1:6379: Connection refused

Nov 15 14:32:52 VM_0_14_centos systemd[1]: redis.service: control process exited, code=exited status=1

Nov 15 14:32:52 VM_0_14_centos systemd[1]: Failed to start Redis persistent key-value database.

Nov 15 14:32:52 VM_0_14_centos systemd[1]: Unit redis.service entered failed state.

Nov 15 14:32:52 VM_0_14_centos systemd[1]: redis.service failed.

更新:

在systemctl 启动redis

找到答案 chown redis:redis /var/log/redis/redis.log

[root@VM_0_14_centos php-chatroom]# systemctl status redis

● redis.service - Redis persistent key-value database

Loaded: loaded (/usr/lib/systemd/system/redis.service; disabled; vendor preset: disabled)

Drop-In: /etc/systemd/system/redis.service.d

└─limit.conf

Active: active (running) since Thu 2018-11-15 15:20:18 CST; 37s ago

Main PID: 15239 (redis-server)

CGroup: /system.slice/redis.service

└─15239 /usr/bin/redis-server 127.0.0.1:6379

Nov 15 15:20:18 VM_0_14_centos systemd[1]: Starting Redis persistent key-value database...

Nov 15 15:20:18 VM_0_14_centos systemd[1]: Started Redis persistent key-value database.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值