Re: [Clamav-users] Accessing the virus-db via php or perl

2004-02-06 Thread Bruno Treguier
Hi Luc, On Fri, Feb 06, 2004 at 02:27:39PM +0100, Luc de Louw wrote: > > > >Luc could also just unpack the database (via "sigtool -u") each time it > >is updated, and work with the plain text list ? It wastes a bit of disk > >space, but on the other hand it doesn't require a "bleeding edge" versio

Re: [Clamav-users] Accessing the virus-db via php or perl

2004-02-06 Thread Luc de Louw
Quoting Bruno Treguier <[EMAIL PROTECTED]>: [..] > Let me guess: main.cvd doesn't exist or has 0 in size? :-) The guess was right :-) [..] Luc could also just unpack the database (via "sigtool -u") each time it is updated, and work with the plain text list ? It wastes a bit of disk space, but on

Re: [Clamav-users] Accessing the virus-db via php or perl

2004-02-06 Thread Bruno Treguier
On Fri, Feb 06, 2004 at 12:35:23AM +0100, Tomasz Papszun wrote: > On Fri, 06 Feb 2004 at 0:05:50 +0100, Luc de Louw wrote: > > Tomasz Kojm wrote: > > > > > >The simplest way to get the virus list is to execute sigtool -l (CVS > > >version required). > > > > I "cvs co" the latest CVS version compi

Re: [Clamav-users] Accessing the virus-db via php or perl

2004-02-05 Thread Tomasz Papszun
On Fri, 06 Feb 2004 at 0:05:50 +0100, Luc de Louw wrote: > Tomasz Kojm wrote: > > > >The simplest way to get the virus list is to execute sigtool -l (CVS > >version required). > > I "cvs co" the latest CVS version compilation was fine, and I tried: > > bond:/usr/local/clamav-devel # sigtool -l /

Re: [Clamav-users] Accessing the virus-db via php or perl

2004-02-05 Thread Luc de Louw
Tomasz Kojm wrote: On Thu, 05 Feb 2004 22:43:41 +0100 Luc de Louw <[EMAIL PROTECTED]> wrote: What I need to know is: What format has the database? bdb? gnudb? somthing else? The simplest way to get the virus list is to execute sigtool -l (CVS version required). I "cvs co" the latest CVS version

Re: [Clamav-users] Accessing the virus-db via php or perl

2004-02-05 Thread Tomasz Kojm
On Thu, 05 Feb 2004 22:43:41 +0100 Luc de Louw <[EMAIL PROTECTED]> wrote: > What I need to know is: What format has the database? bdb? gnudb? > somthing else? The simplest way to get the virus list is to execute sigtool -l (CVS version required). Best regards, Tomasz Kojm -- oo.

[Clamav-users] Accessing the virus-db via php or perl

2004-02-05 Thread Luc de Louw
Hi all, I want to set up a website were people can check if a particular virus is allready in the database. I know, there is the r/o mailinglist on sourceforge, but most of my customers do not speak english. I most propably will set up a multi-language website for checking that. What I need t