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

Issue compiling #1

Closed eapolsniper closed 12 years ago

eapolsniper commented 12 years ago

The instructions in readme didn't make since, since no ./configure exists, but I noticed from the filestructure that auto* command were likely to be used. I run the following but consistently get the same error:

machinename fumiyas-samba-virusfilter-987c30c # autoconf machinename fumiyas-samba-virusfilter-987c30c # ./configure configure: error: You must specify --with-samba-source=PATH machinename fumiyas-samba-virusfilter-987c30c # ./configure --with-samba-source=/usr/src/samba-3.5.11~dfsg using /usr/src/samba-3.5.11~dfsg 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' machinename fumiyas-samba-virusfilter-987c30c #

Do you know of a way around the error: config.status: error: cannot find input file: `build/subst.vars.in'?

I grepped the build directory and I see the reference where it's supposed to be built.

fumiyas commented 12 years ago

If you want to compile in git repository tree, you must run ./build/autogen.sh first.