mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add installation hint
git-svn-id: http://www.observium.org/svn/observer/trunk@3062 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user