About installing Redis with custombuild.

shanky

Verified User
Joined
Dec 7, 2007
Messages
89
Server is using Almalinux 9.1 and php 8.1 (can't install php 5 & 7) , with Internal Lifetime License, after installting redis with below commands, redis doesn't work in wp lscache.

./build set redis yes
./build set php_redis yes
./build redis
./build php_redis

Build complete.
Don't forget to run 'make test'.

Installing shared extensions: /usr/local/php81/lib/php/extensions/no-debug-non-zts-20210902/
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o -o -name \*.dep | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp.la modules/* libs/*
rm -f ext/opcache/jit/zend_jit_x86.c
rm -f ext/opcache/jit/zend_jit_arm64.c
rm -f ext/opcache/minilua
Restarting litespeed service
redis 5.3.7 PHP extension has been installed successfully.

Problems : WP lscache doesn't see redis in object cache section.
Questions :
  1. Internal Lifetime License can use redis & php_redis or not?
  2. If not, How I can install redis & php_redis on php 8.1 manually?
Pleae help.
Regards
 
You will have problems installing older php versions on a distribution that is running OpenSSL 3

 
for non-propack license
 
for non-propack license
Hello everything is fine?

I have the personal plus version, and it comes with pro-pack.. I installed redis but the service doesn't start automatically.

I had to start it manually, do you know how I can solve it? I already tried to do rebuild.. but it didn't solve.
 
Back
Top