<div>Hello,</div><br><div>Wouter-san,</div><br><div>I delayed to reply.</div><br><div>When pkg-config is specified as below, configure now passes.</div><br><div>$ sudo ./configure --with-libevent --with-ssl --disable-static --sysconfdir=/etc/unbound --with-conf-file=/etc/unbound/unbound.conf --with-pidfile=/var/run/unbound.pid --enable-pie --enable-systemd --disable-rpath --enable-subnet PKG_CONFIG="/usr/bin/pkg-config"</div><br><div>However, when you run make, it will be build failed on the way as follows.</div><br><div>event -lcrypto -lsystemd -pthread
</div><div>/usr/bin/ld: error: undefined symbol: sd_is_socket_sockaddr
</div><div>>>> referenced by listen_dnsport.c:148 (services/listen_dnsport.c:148)
</div><div>>>>               .libs/listen_dnsport.o:(systemd_get_activated)
</div><div>collect2: error: ld returned 1 exit status
</div><div>Makefile:322: recipe for target 'unbound' failed
</div><div>make: *** [unbound] Error 1</div><br><div>I am also worried about warnings appearing on the way as follows.</div><br><div>services/listen_dnsport.c: In function ‘systemd_get_activated’:
</div><div>services/listen_dnsport.c:148:8: warning: implicit declaration of function ‘sd_is_socket_sockaddr’ [-Wimplicit-function-declaration]
</div><div>     if(sd_is_socket_sockaddr(
</div><div>        ^~~~~~~~~~~~~~~~~~~~~</div><br><div>I tried it with commit of trunk @ 4820.</div><br><div>In this case, is there anything else you need to deal with?</div><br><div>Best regards.</div><div><signature id="local-69861ec0-fdf2"></signature></div><div class="gmail_quote_attribution">On 6月 30 2018, at 11:02 午前, Yoshi Horigome <kometch@gmail.com> wrote:</div><blockquote><br><div><div>Hello,</div><br><div>Attempting to configure r4762 is now "libsystemd not found".</div><div>However, we have confirmed that libsystemd related packages are</div><div>installed as follows.</div><br><div>checking for libexpat... found in /usr</div><div>checking for expat.h... yes</div><div>checking whether XML_StopParser is declared... yes</div><div>checking for libhiredis... checking for SYSTEMD... no</div><div>checking for SYSTEMD_DAEMON... no</div><div>configure: error: systemd enabled but libsystemd not found</div><br><div>$ dpkg -l | grep libsystemd</div><div>ii libsystemd-dev:armhf 232-25+deb9u3</div><div>armhf systemd utility library - development files</div><div>ii libsystemd0:armhf 232-25+deb9u3</div><div>armhf systemd utility library</div><br><div>environment:</div><div>$ cat /etc/os-release</div><div>PRETTY_NAME="Debian GNU/Linux 9 (stretch)"</div><div>NAME="Debian GNU/Linux"</div><div>VERSION_ID="9"</div><div>VERSION="9 (stretch)"</div><div>ID=debian</div><div>HOME_URL="https://www.debian.org/"</div><div>SUPPORT_URL="https://www.debian.org/support"</div><div>BUG_REPORT_URL="https://bugs.debian.org/"</div><br><div>$ uname -sr</div><div>Linux 4.14.18-sunxi</div><br><div>At least, v1.7.3 confirms that configure will succeed.</div><div>It seems that the periphery of pkg - config has been modified with</div><div>r4757 etc, but is there anything related to this area?</div><div># I'm sorry. I had no ability to read the configure file.</div><br><div>config.log</div><div>https://pastebin.com/xd6QTbJ9</div><br><div>Best regards.</div></div></blockquote>