phpredis extension doesn't work, unable to load 'redis.so'

后端 未结 5 2007
失恋的感觉
失恋的感觉 2021-02-13 11:45

I installed nginx, php, php-fpm, php-pecl-redis by yum.

All of them work but the last one.

When I run /usr/sbin/php-fpm, I got this:

5条回答
  •  不要未来只要你来
    2021-02-13 12:20

    just resolve the same problem:

    php-pecl-redis installed by yum will cause this problem. so you need to install the php-redis manually. wget the package and phpize - configure - make ....

提交回复
热议问题