Now compiling works fine, but if i now start dansguardian it allways says "failed" (there is nothing in the logs ... really nothing).
If I turn off the viruscanner in dansguardian.conf then DG starts and works. I configured DansGuradian with the f-prot viruscanner (installed and running). My Verision: DansGuardian-2.6.1-12.source.tar.gz with 2.6.1 AV-patch. My Config (DG Settings are default): # Antivirus settings # If on, we scan all downloaded content using the virus engines specified # in virusscanner.conf # If off, we don't scan any downloaded content. # See http://www.pcxperience.org/dgvirus/ for more details. # virusscan = on # If off (value = -1), the scanner will send 1 byte per delay period # to the client to keep a download connection alive. # When the whole file is downloaded and scanned, the client will receive # all remaining bytes, if the file is clean. # Set to a positive integer value to enable immediate delivery to the client. # Value set means minimum number of bytes of the downloaded file # that will be held and delivered after virus scan. # If clean, the remaining bytes will be sent to the client. # If infected, file downloaded will be incomplete and a warning message # will be sent to the postmaster and possibly the user. # Recommended value: 4096 (4 kbytes) # tricklelength = -1 # Delay in seconds to deliver the first byte to the client. # This option only applies if tricklelength is set to -1 (off). # firsttrickledelay = 30 # Delay in seconds to deliver subsequent bytes to the client. # This option only applies if tricklelength is set to -1 (off). # followingtrickledelay = 60 # The following files allow you to define mime types and file extensions # that should not be virus scanned. exceptionvirusmimetypelist = '/etc/dansguardian/exceptionvirusmimetypelist' exceptionvirusextensionlist = '/etc/dansguardian/exceptionvirusextensionlist' Hope someone can help! Regards, Sebastian -----Urspr�ngliche Nachricht----- Von: Tom�s Rodriguez Orta [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 10. Juli 2004 03:48 An: [EMAIL PROTECTED]; 'Kenneth Oncinian' Cc: [EMAIL PROTECTED] Betreff: Re: [squid-users] searching for free squid antivirus solution I things that don�t you have install the compiler , you should install the packet gcc-c++, it is in you cd installation. Today I install the packet tar.gz 2.6.1-13, because the 2.7 it isn�t stable yet. Regards TOMAS ----- Original Message ----- From: "Sebastian K�sters" <[EMAIL PROTECTED]> To: "'Kenneth Oncinian'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 7:04 AM Subject: AW: [squid-users] searching for free squid antivirus solution > 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 >
