AW: AW: AW: AW: [Clamav-users] Warning messages

2003-10-14 Thread SCHULZ, Wolfgang
Oops - I'm stupid - sorry. There is the good news - now it compiles without problems on Solaris 8 with gcc 3.2.2 and also the number of warning messages reduced dramatically!!! Only few are left: cvd.c: In function `cl_cvdverify': cvd.c:269: warning: return makes pointer from integer without a

[Clamav-users] segmentation fault with TCPAddr

2003-10-14 Thread Stefan Kaltenbrunner
There seems to be a problem with the new TCPAddr support in the latest snapshots - setting TCPSocket without setting TCPAddr (happens for example when upgrading from an older version) "reliably" segfaults upon startup on my system (Debian Testing/x86). Stefan -

Re: [Clamav-users] clamd lock ups?

2003-10-14 Thread German Staltari
On Mon, 13 Oct 2003 21:43:40 -0700, Kelsey Cummings <[EMAIL PROTECTED]> wrote: On Tue, Oct 14, 2003 at 02:41:26AM +0200, Tomasz Kojm wrote: On Mon, 13 Oct 2003 09:18:51 -0700 Kelsey Cummings <[EMAIL PROTECTED]> wrote: > The clamav-devel-20031009 version seems to be segfault free which is a > great

Re: [Clamav-users] clamd lock ups?

2003-10-14 Thread Tomasz Kojm
On Mon, 13 Oct 2003 21:43:40 -0700 Kelsey Cummings <[EMAIL PROTECTED]> wrote: > On Tue, Oct 14, 2003 at 02:41:26AM +0200, Tomasz Kojm wrote: > > On Mon, 13 Oct 2003 09:18:51 -0700 > > Kelsey Cummings <[EMAIL PROTECTED]> wrote: > > > > > The clamav-devel-20031009 version seems to be segfault free

Re: [Clamav-users] segmentation fault with TCPAddr

2003-10-14 Thread Damien Curtain
uot; segfaults upon > startup on my system (Debian Testing/x86). Yeah I get the same here, try the attached patch which should resolve that particular problem. -- Damien diff -Nru clamav-devel-20031014.vanilla/clamd/tcpserver.c clamav-devel-20031014/clamd/tcpserver.c --- clamav-devel-20031014.van

Re: [Clamav-users] bzip2 support

2003-10-14 Thread Charles N Wyble
[EMAIL PROTECTED] wrote: Hi, Does anybody know what exactly is reguired for bzip2 support for clamav 0.60? And how can I determine if my installation of clamav is compiled with this support. I did just ./configure, make, make install. Look in your config.log file, and see if bzip was enabled. If