Skip to content

Ubuntu 22.04 Jammy fails to compile unbound 1.20.0 #1092

@spirillen

Description

@spirillen

Describe the bug
A clear and concise description of what the bug is.

To reproduce
Steps to reproduce the behavior:

  1. Download unbound 1.20.0 source code
  2. Copy the config line from 1.17 (see below)
  3. Getting a complain configure: error: systemd enabled but libsystemd not found
  4. Installing libsystemd0 + libsystemd-dev
  5. Getting same complain, even tried a reboot.
  6. removing --enable-systemd from the config line, and gets a new error. configure: error: Cannot find python in your system path
  7. Installing libpython3.11-dev + python3.11-dev
  8. Same error
./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=${prefix}/lib/x86_64-linux-gnu --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --disable-rpath --with-pidfile=/run/unbound.pid --with-rootkey-file=/var/lib/unbound/root.key --with-libevent --with-libnghttp2 --with-pythonmodule --enable-subnet --enable-dnstap --enable-systemd --enable-dnscrypt --with-chroot-dir= --with-dnstap-socket-path=/run/dnstap.sock --libdir=/usr/lib

Expected behavior
Uncertain....

System:

  • Unbound version: 1.20.0
  • OS: Ubuntu 22.04
  • unbound -V output: N/A

Additional information

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions