From 749863bee7bf9d23a0c820d66fe92b1a674b7130 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 12 Jun 2014 13:10:37 +0200 Subject: [PATCH] Documentation: Add Debian icinga2-dbg package to troubleshooting guide fixes #6476 --- doc/7-troubleshooting.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/7-troubleshooting.md b/doc/7-troubleshooting.md index 66874ef04..91a388e03 100644 --- a/doc/7-troubleshooting.md +++ b/doc/7-troubleshooting.md @@ -104,7 +104,11 @@ The Icinga 2 packages provide a debug package which must be installed separately for all involved binaries, like `icinga2-bin` or `icinga2-ido-mysql`. - # yum install icinga2-bin-debuginfo icinga2-ido-mysql-debuginfo + # yum install icinga2-debuginfo + + # zypper install icinga2-bin-debuginfo icinga2-ido-mysql-debuginfo + + # apt-get install icinga2-dbg Compiled binaries require the `-DCMAKE_BUILD_TYPE=RelWithDebInfo` or `-DCMAKE_BUILD_TYPE=Debug` cmake build flags.