Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dhcp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 128
    • Issues 128
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • dhcp
  • Issues
  • #14
Closed
Open
Issue created May 06, 2019 by Ghost User@ghost

Building DHCP 4.4.1 using libbind from BIND 9.14.x

I'm trying to build DHCP 4.4.1. There are many build errors because of missing definitions, e.g.:

../includes/tree.h:307:30: error: unknown type name 'isc_boolean_t'; did you mean 'isc_token_t'?

When building against BIND 9.12.4, I'm able to work around these by adding #include <isc/boolean.h> and similarly for int.h to dhcpd.h and omapip.h. However, that is no longer a viable fix when building against BIND 9.14.x, because those header files are no longer part of BIND in that release.

Is there a recommended approach for building DHCP 4.4.1?

Assignee
Assign to
Time tracking