mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 00:11:49 +02: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
|
else
|
||||||
{
|
{
|
||||||
echo("WARNING: You have enabled memcached but have not installed the PHP bindings. Disabling memcached support.\n");
|
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;
|
$config['memcached']['enable'] = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user