From df58d56bb6d4a4bdb62cdaabe876935c4a7c5600 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Thu, 19 Apr 2012 23:42:56 +0000 Subject: [PATCH] add installation hint git-svn-id: http://www.observium.org/svn/observer/trunk@3062 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/static-config.php | 1 + 1 file changed, 1 insertion(+) 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; } }