Report information
The Basics
Id:
25287
Status:
resolved
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Requestors:
Cc:
AdminCc:

BugTracker
Version Fixed:
(no value)
Version Found:
(no value)
Versions Affected:
4.2
Versions Planned:
4.3.6
Priority:
(no value)
Severity:
S1 High
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
bug

Dates
Created:Wed, 27 Jul 2011 14:58:12 -0400
Updated:Wed, 02 Aug 2017 06:47:55 -0400
Closed:Wed, 02 Aug 2017 06:47:54 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: Installing dhcp files doesn't include bind files
When we do a
make install
for the dhcp code we install a set of files that includes
the include files required to build stuff.  With the addition
of the bind code we now need several include files from
the bind code to build things (isc/result.h in particular) and
we don't install them.

As we do not want to overwrite any include files form a
bind install we are not going to want to simply install them.
Possibly adding a configuration option that instructs the
makefiles to install the bind files would be correct.  We
will also need to be able to pass any configuration options
from the configure of DHCP to configuring bind.