About problems to install on Debian

Hi

Well i try to install bro on debian, but i cant, becouse when i do the command "make or make install " i recive the next few errors

-O2 -MT FileAnalyzer.o -MD -MP -MF ".deps/FileAnalyzer.Tpo" -c -o FileAnalyzer.o FileAnalyzer.cc; \
         then mv -f ".deps/FileAnalyzer.Tpo" ".deps/FileAnalyzer.Po"; else rm -f ".deps/FileAnalyzer.Tpo"; exit 1; fi
Analyzer.h:100: warning: ‘class Analyzer::OutputHandler’ has virtual functions but non-virtual destructor
FileAnalyzer.cc: In member function ‘void File_Analyzer::Identify()’:
FileAnalyzer.cc:80: error: ‘cl_scanbuff’ was not declared in this scope
FileAnalyzer.cc: In static member function ‘static void File_Analyzer::InitClamAV()’:
FileAnalyzer.cc:113: error: ‘cl_loaddbdir’ was not declared in this scope
FileAnalyzer.cc:117: error: ‘cl_perror’ was not declared in this scope
FileAnalyzer.cc:125: error: ‘cl_perror’ was not declared in this scope
make[4]: *** [FileAnalyzer.o] Error 1
make[4]: se sale del directorio `/usr/local/src/Bro-ids/bro-1.2.1/src'
make[3]: *** [all-recursive] Error 1
make[3]: se sale del directorio `/usr/local/src/Bro-ids/bro-1.2.1/src'
make[2]: *** [all] Error 2
make[2]: se sale del directorio `/usr/local/src/Bro-ids/bro-1.2.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/usr/local/src/Bro-ids/bro-1.2.1'
make: *** [all] Error 2

i have been install libclamav and the others dependens, but i recive always this error and i dont know how i can resolve, i hope somebody help me please...

thanks for all

bro-request@ICSI.Berkeley.EDU ha escrito: