From: Michael Friedrich Date: Thu, 26 Nov 2015 09:33:13 +0000 (+0100) Subject: Add a note for different binary locations to development docs X-Git-Tag: v2.5.0~694 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e1da02d37960880a93186c91c33dd4c3b2ceea9;p=icinga2 Add a note for different binary locations to development docs refs #10710 --- diff --git a/doc/21-development.md b/doc/21-development.md index 906c1c135..62f3ba3e6 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -122,6 +122,10 @@ If VFork causes trouble disable it inside the gdb run. # gdb --args /usr/lib64/icinga2/sbin/icinga2 daemon -x debug -DUseVfork=0 +The exact path to the Icinga 2 binary differs on each distribution. On Ubuntu +it is installed into `/usr/lib/x86_64-linux-gnu/icinga2/sbin/icinga2` on 64-bit systems +for example. + > **Note** > > If gdb tells you it's missing debug symbols, quit gdb and install