mac pecl安装redis

https://www.it610.com/article/1288159441018990592.htm

直接安装

sudo pecl install redis

sudo pecl install redis-3.2.9

源码安装

查看现有版本:http://pecl.php.net/package/redis

使用pecl下载安装

pecl dowload redis-3.2.9

sudo mv redis-3.2.9 /usr/local/

cd /usr/local/redis-3.2.9

phpize

./configure --with-php-config=/usr/local/php/bin/php-config #配置 (要找到php-config目录)

make && make install

make test

启动

make install

 

问题:

一、用pecl安装一直报这个错 checking for hash includes... configure: error: Cannot find php_hash.h
ERROR: `/private/tmp/pear/install/redis/configure --with-php-config=/usr/bin/php-config --enable-redis-igbinary=yes --enable-redis-lzf=yes --enable-redis-zstd=yes' failed

解决方式:直接到下载目录源码安装

cd /private/tmp/pear/install
sudo tar -zxvf redis-5.3.2.tgz
sudo mv redis-5.3.2 redis  
cd redis  
sudo phpize     
sudo ./configure 
sudo make && sudo make install   

找到php.ini 写入内容
vim /usr/local/etc/php/7.4/php.ini
添加:extension=redis

再用php -m | grep redis
打印出redis 说明成功了
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值