Make sure to pass --enable-importd to ./configure.
Also, looking at Makefile.am, you see that importd is built conditionally:
if ENABLE_IMPORTD
if HAVE_LIBCURL
if HAVE_XZ
if HAVE_ZLIB
if HAVE_BZIP2
if HAVE_GCRYPT
...
So, you need to have the devel packages for curl, xz/lzma, zlib, bzip2
and gcr
Am Wed, 10 May 2017 22:12:37 +0200
schrieb Kai Krakow :
> Am Tue, 9 May 2017 20:37:16 +0200
> schrieb Lennart Poettering :
>
> > On Tue, 09.05.17 00:42, Kai Krakow (hurikha...@gmail.com) wrote:
> >
> > > Am Sat, 6 May 2017 14:22:21 +0200
> > > schrieb Kai Krakow :
> > >
> [...]
> > [.
Hi,
I have built systemd 233 from source by following the build
instructions in HACKING. Rebooted and logged in again.
# systemctl --version
systemd 233
-PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP
-LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS
-KMOD -IDN def
Hi,
i cannot find in doc neither in source a sd_bus_remove_match function.
How can i properly stop listening on a match? I cannot find any information
with google; i only see it seems it existed time ago (around systemd 210).
Thank you very much for your great work!
Have a nice day,
Federico