diff --git a/includes/static-config.php b/includes/static-config.php index bd17f194cf..99a527d6a8 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -1145,6 +1145,7 @@ if ($config['memcached']['enable']) else { echo("WARNING: You have enabled memcached but have not installed the PHP bindings. Disabling memcached support.\n"); + echo("Try 'pecl install memcached'. You will need the php5-dev and libmemcached-dev packages to do so.\n\n"); $config['memcached']['enable'] = 0; } }