Validate.php says install php memcache, but it is installed

Hello all,

I’m getting the following error from validate.php

====================================
Component | Version
--------- | -------
LibreNMS  | 1.65-36-g0e9658987
DB Schema | 2020_06_23_00522_alter_availability_perc_column (170)
PHP       | 7.2.24
Python    | 3.6.8
MySQL     | 10.3.17-MariaDB
RRDTool   | 1.7.0
SNMP      | NET-SNMP 5.8
====================================

[OK]    Composer Version: 1.10.8
[OK]    Dependencies up-to-date.
[OK]    Database connection successful
[OK]    Database schema correct
[FAIL]  Missing PHP extension: memcached
        [FIX]:
        Please install memcached

But I do have the memcache extension enabled in PHP. Here is my out of php -i | grep memcache

memcache
memcache support => enabled
memcache.allow_failover => 1 => 1
memcache.chunk_size => 32768 => 32768
memcache.compress_threshold => 20000 => 20000
memcache.default_port => 11211 => 11211
memcache.hash_function => crc32 => crc32
memcache.hash_strategy => consistent => consistent
memcache.lock_timeout => 15 => 15
memcache.max_failover_attempts => 20 => 20
memcache.prefix_host_key => 0 => 0
memcache.prefix_host_key_remove_subdomain => 0 => 0
memcache.prefix_host_key_remove_www => 1 => 1
memcache.prefix_static_key => no value => no value
memcache.protocol => ascii => ascii
memcache.redundancy => 1 => 1
memcache.session_prefix_host_key => 0 => 0
memcache.session_prefix_host_key_remove_subdomain => 0 => 0
memcache.session_prefix_host_key_remove_www => 1 => 1
memcache.session_prefix_static_key => no value => no value
memcache.session_redundancy => 2 => 2
memcache.session_save_path => no value => no value
Registered save handlers => files user memcache

Here is the output of ./validate.php -g distributedpoller
====================================
Component | Version
--------- | -------
LibreNMS | 1.65-36-g0e9658987
DB Schema | 2020_06_23_00522_alter_availability_perc_column (170)
PHP | 7.2.24
Python | 3.6.8
MySQL | 10.3.17-MariaDB
RRDTool | 1.7.0
SNMP | NET-SNMP 5.8
====================================

[OK]    Composer Version: 1.10.8
[OK]    Dependencies up-to-date.
Checking distributedpoller: OK
[OK]    Connection to memcached is ok

What is giving me the error to install memcache?

Thanks!

Try installing php-memcached. I remember having this issue before and I cant remember the specific package I installed but I had to install both the regular and php versions.