From 6e1da02d37960880a93186c91c33dd4c3b2ceea9 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 26 Nov 2015 10:33:13 +0100 Subject: [PATCH] Add a note for different binary locations to development docs refs #10710 --- doc/21-development.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.40.0