NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/53015: dhcpd fails to start in -current
The following reply was made to PR bin/53015; it has been noted by GNATS.
From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/53015: dhcpd fails to start in -current
Date: Wed, 14 Feb 2018 22:49:15 +0000
Avoiding the herring, the openssl update may be involved:
dhcp calls
dns_lib_init () at /usr/src/external/bsd/bind/dist/lib/dns/lib.c:134
which calls
dst_lib_init at /usr/src/external/bsd/bind/dist/lib/dns/dst_api.c:159
which fails (result = 131073) and is full of openssl calls.
(I didn't manage to compile a version of dhcpd with NSUPDATE and
DNS_ZONE_LOOKUP not defined in src/external/bsd/dhcp/dist/includes/site.h)
Home |
Main Index |
Thread Index |
Old Index