Skip to content

Commit

Permalink
Add a note for different binary locations to development docs
Browse files Browse the repository at this point in the history
refs #10710
  • Loading branch information
Michael Friedrich committed Nov 26, 2015
1 parent b297e8c commit 6e1da02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/21-development.md
Expand Up @@ -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
Expand Down

0 comments on commit 6e1da02

Please sign in to comment.