fumiyas / samba-virusfilter

Samba-VirusFilter - On-access anti-virus filter for Samba (DISCONTINUED. See vfs_virusfilter(8) in Samba upstream)
GNU General Public License v3.0
8 stars 7 forks source link

Problem to build #27

Closed antiuser closed 5 years ago

antiuser commented 5 years ago

Hi! I have a problem to build from sources

[root@mail samba-virusfilter]# pwd
/usr/src/samba-3.6.23/samba-virusfilter
[root@mail samba-virusfilter]# ./configure --with-samba-source=/usr/src/samba-3.6.23
using /usr/src/samba-3.6.23 for the Samba source
using /usr/sbin/clamd for ClamaAV clamd
using /usr/local/bin/savdid for Sophos AV savdid
using /opt/f-secure/fssp/sbin/fsavd for F-Secure AV fsavd
checking for perl... /usr/bin/perl
using /bin/ksh for Korn shell
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/Makefile.common
config.status: creating build/Makefile.package
config.status: WARNING: build/Makefile.package contains a reference to the variable `datarootdir'
which seems to be undefined.  Please make sure it is defined.
config.status: creating build/Makefile.top
config.status: creating build/subst.pl
config.status: error: cannot find input file: build/subst.vars.in

Centos 6.10 x64

fumiyas commented 5 years ago

Please use upstream Samba 4.8.0 or later that includes Samba-VirusFilter (vfs_virusfilter(8)).

Thanks.