• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Trouble getting Redis server installed.

PHPBandit

New Pleskian
CentOS 7.3.1611
Plesk Onyx (17.0.17), micrupdate #21

Currently, I am using PHP 7.1.3 run as FPM served by Apache for my sites if that makes a difference. Tools & Settings » PHP Settings » 7.1.3 FPM Application shows the redis extension checked and active.

# yum group install "Development Tools"
# wget http://download.redis.io/redis-stable.tar.gz
# tar xvzf redis-stable.tar.gz
# cd redis-stable
# make
# yum install tcl tcl-devel (to run make test)
# make test
Code:
\o/ All tests passed without errors!
# make install
Code:
cd src && make install
make[1]: Entering directory `/redis-stable/src'

Hint: It's a good idea to run 'make test' ;)

    INSTALL install
    INSTALL install
    INSTALL install
    INSTALL install
    INSTALL install
make[1]: Leaving directory `/redis-stable/src'

# redis-server
Code:
redis-server &
[1] 32438
CT-140060-bash-4.2# -bash: redis-server: command not found

At this point, I've restored the server to its default state and got back to where I was before attempting the install. I've seen some mixed methods as far as installation goes so I'm not sure what to follow. Would anyone be able to clear that up? For instance, I've seen mention of plesk-php71-devel - not sure if I have to do anything with that.

Would there be any issue with using EPEL repo and installing it as outlined here? How to install redis server on CentOS 7 / RHEL 7
 
Back
Top