As of this date, the distro package version of isc-dhcp is 4.3.3
I am trying to compile omcmd, a tool for accessing the dhcpd daemon using OMAPI. omcmd doesn't appear to have been supported since dhcp version 4.2.8.
See: https://github.com/parsley42/omcmd.git
The above referenced git tree won't compile. It doesn't seem to be finding files where it expects them to be, probably due to changes in the past two years.
Example:
omcmd.h:7:27: fatal error: omapip/result.h: No such file or directory
I'm hoping someone has dealt with this problem before.