PHP centos stream 9 Class 'Redis' not found
CBEShop - cross border E-commerce shop,multiple merchant multi store online shopping system( https://www.crossborderpower.com)
git clone https://github.com/phpredis/phpredis.git
1033 cd phpredis
1034 phpize
1035 ./configure [--enable-redis-igbinary] [--enable-redis-msgpack] [--enable-redis-lzf [--with-liblzf[=DIR]]] [--enable-redis-zstd] [--enable-redis-lz4]
1036 make && make install
1037 ls
1038 ls -la /usr/lib64/php
1039 ls -la /usr/lib64/php/modules/
1040 systemctl restart redis
1041 systemctl restart httpd
1042 systemctl restart mysqld
1043 systemctl restart php-fpm
Comment
Login To Comment
No Comments