mirror of https://github.com/Icinga/icinga2.git
Documentation: Add Debian icinga2-dbg package to troubleshooting guide
fixes #6476
This commit is contained in:
parent
627f96d85d
commit
749863bee7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue