Good idea, but does not work too :( I get this error:
g++ -O2 -Wall `perl -MExtUtils::Embed -e ccopts` -c VirusScanner.cpp VirusScanner.cpp:30:20: clamav.h: Datei oder Verzeichnis nicht gefunden VirusScanner.cpp: In member function `void VirusScanner::scan(Socket*, String, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)': VirusScanner.cpp:286: `CL_ARCHIVE' undeclared (first use this function) VirusScanner.cpp:286: (Each undeclared identifier is reported only once for each function it appears in.) VirusScanner.cpp:286: `cl_scandesc' undeclared (first use this function) VirusScanner.cpp:294: `CL_CLEAN' undeclared (first use this function) VirusScanner.cpp:361: `CL_VIRUS' undeclared (first use this function) VirusScanner.cpp:402: warning: unused variable `PerlInterpreter*my_perl' VirusScanner.cpp:418: warning: unused variable `PerlInterpreter*my_perl' VirusScanner.cpp: In member function `void VirusScanner::scanFile(Socket*, String, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)': VirusScanner.cpp:467: `cl_scanfile' undeclared (first use this function) VirusScanner.cpp:585: warning: unused variable `PerlInterpreter*my_perl' VirusScanner.cpp:601: warning: unused variable `PerlInterpreter*my_perl' make: *** [VirusScanner.o] Fehler 1 Info: DansGuardian-2.7.7-8 with DansGuardian-2.7.7-8-AntiVirus-5.3.patch regards, Sebastian -----Urspr�ngliche Nachricht----- Von: Kenneth Oncinian [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 9. Juli 2004 02:28 An: Sebastian K�sters Betreff: Re: [squid-users] searching for free squid antivirus solution Hi Sebastian, > i am searching for a free antivirus solution for squid (V 2.0) > Any other ideas? DansGuardian with AV patch. you can use clamav since you want a free solution. http://www.harvest.com.br/asp/afn/dg.nsf http://www.pcxperience.org/dgvirus/ regards, Kenneth
