Leo C
2020-Nov-05 22:04 UTC
[Samba] vfs_snapper is enabled but prerequisite dbus-1 package not found.
Hi, I'm trying to configure samba 4.13.2 bot receive this messages Checking for dbus : not found vfs_snapper is enabled but prerequisite dbus-1 package not found. Use --with-shared-modules=!vfs_snapper to disable vfs_snapper support. (complete log in /srv/samba-4.13.2/bin/config.log) What is wrong?? try this: ./configure --enable-fhs --prefix=/usr --sbindir=/usr/sbin --bindir=/usr/bin --sysconfdir=/etc --localstatedir=/srv --mandir=/usr/share/man --enable-debug --enable-selftest --cross-answers --enable-cups --cross-execute
David Disseldorp
2020-Nov-05 23:42 UTC
[Samba] vfs_snapper is enabled but prerequisite dbus-1 package not found.
Hi, On Thu, 5 Nov 2020 17:04:58 -0500, Leo C via samba wrote:> Hi, > I'm trying to configure samba 4.13.2 bot receive this messages > > Checking for dbus : not found > vfs_snapper is enabled but prerequisite dbus-1 package not found. Use > --with-shared-modules=!vfs_snapper to disable vfs_snapper support. > (complete log in /srv/samba-4.13.2/bin/config.log) > > What is wrong?? > try this: > ./configure --enable-fhs --prefix=/usr --sbindir=/usr/sbin --bindir=/usr/bin > --sysconfdir=/etc --localstatedir=/srv --mandir=/usr/share/man > --enable-debug --enable-selftest --cross-answers --enable-cups > --cross-executeDoes it pass when you add the --with-shared-modules='!vfs_snapper' configure parameter? Cheers, David
Leo C
2020-Nov-06 15:18 UTC
[Samba] vfs_snapper is enabled but prerequisite dbus-1 package not found.
Yes! Thanks!!! that's how you say El jue., 5 nov. 2020 a las 18:42, David Disseldorp (<ddiss at samba.org>) escribi?:> Hi, > > On Thu, 5 Nov 2020 17:04:58 -0500, Leo C via samba wrote: > > > Hi, > > I'm trying to configure samba 4.13.2 bot receive this messages > > > > Checking for dbus : not found > > vfs_snapper is enabled but prerequisite dbus-1 package not found. Use > > --with-shared-modules=!vfs_snapper to disable vfs_snapper support. > > (complete log in /srv/samba-4.13.2/bin/config.log) > > > > What is wrong?? > > try this: > > ./configure --enable-fhs --prefix=/usr --sbindir=/usr/sbin > --bindir=/usr/bin > > --sysconfdir=/etc --localstatedir=/srv --mandir=/usr/share/man > > --enable-debug --enable-selftest --cross-answers --enable-cups > > --cross-execute > > Does it pass when you add the --with-shared-modules='!vfs_snapper' > configure parameter? > > Cheers, David >