Am 12.07.2016 um 15:32 schrieb Sonic:> On Tue, Jul 12, 2016 at 8:11 AM, mathias dufresne <infractory at gmail.com> wrote: >> It looks to me that configure script can't find Centos 7 systemd >> installation files. Any idea of what I would have missed? > Same issues with Debian Jessie - nothing you missed. Apparently > libsystemd-daemon and libsystemd-journal are deprecated and merged > into a single libsystemd file (must have happened some time ago since > Debian has the change). It appears that Samba does not check for > libsystemd (only libsystemd-daemon and libsystemd-journal) during the > config phase so unless one is running some ancient version of systemd > the "--with-systemd" configure option may be quite useless. > > Chris >You also need the libsystemd-dev if you build samba manual.
On Wed, Jul 13, 2016 at 7:57 PM, Achim Gottinger <achim at ag-web.biz> wrote:> You also need the libsystemd-dev if you build samba manual.Indeed, the crux of the biscuit. This is why Type=notify did not work for me. So used to Gentoo where you always have the source. With these binary based distros the dev packages can be overlooked. And now examining the config.log I see that samba finds systemd. Thanks!
Am 14.07.2016 um 16:33 schrieb Sonic:> On Wed, Jul 13, 2016 at 7:57 PM, Achim Gottinger <achim at ag-web.biz> wrote: >> You also need the libsystemd-dev if you build samba manual. > Indeed, the crux of the biscuit. This is why Type=notify did not work > for me. So used to Gentoo where you always have the source. With these > binary based distros the dev packages can be overlooked. And now > examining the config.log I see that samba finds systemd. > Thanks!Glad it works and systemd-notify works with lxc. The systemd development package is not mentioned as an requirementi n the wiki https://wiki.samba.org/index.php/Operating_system_requirements/Dependencies_-_Libraries_and_programs#Debian_.2F_Ubuntu achim~