[Clamav-users] Milter problem

2003-11-07 Thread SCHULZ, Wolfgang
Hi! I'm using the 20031026 snapshot (Solaris 8) and sometimes the clamav-milter "hangs" in a strange state and rejects all incoming emails. Clamd and clamav-milter are still running. The error message in the logfile is: sendmail[29818]: [ID 801593 mail.info] hA76kNnM029818: Milter: from=<>, rej

AW: [Clamav-users] Compiling error for the latest snapshot!!

2003-10-27 Thread SCHULZ, Wolfgang
Hi! I always compiled without automake - only got a warning at the beginning of the comiplation - and it worked without problem. With the newse releases I have to use automake 1.6 (automake 1.7 is not working) - with this it compiles flawless. Wolfgang > -Ursprüngliche Nachricht- > Von:

[Clamav-users] Compiling the lates snapshot

2003-10-23 Thread SCHULZ, Wolfgang
Hi! I wanted to compile the lates snapshot under Solaris 8, gcc 3.2.2 and got the following error: gcc -g -O2 -o .libs/sigtool options.o sigtool.o ../clamscan/getopt.o ../clamscan/others.o -L/export/home/cats/clamav-devel-20031023/libclamav /export/home/cats/clamav-devel-20031023/libclamav/.li

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

2003-10-14 Thread SCHULZ, Wolfgang
L PROTECTED] > Betreff: Re: AW: AW: AW: [Clamav-users] Warning messages > > > On Mon, 13 Oct 2003 14:20:05 +0200 > "SCHULZ, Wolfgang" <[EMAIL PROTECTED]> wrote: > > > The update has a new bug: > > > > depmode=gcc3 /bin/bash ../depcomp \

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

2003-10-13 Thread SCHULZ, Wolfgang
The update has a new bug: depmode=gcc3 /bin/bash ../depcomp \ gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"clamav\" -DVERSION=\"devel-20031013\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_S

AW: AW: [Clamav-users] Warning messages

2003-10-13 Thread SCHULZ, Wolfgang
I realized that you have to change it in ./configure!! Line 9078 should be: CLAMD_LIBS="-lpthread -lsocket -lnsl -lresolv" Best regards Wolfgang > -Ursprüngliche Nachricht- > Von: Tomasz Kojm [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 13. Oktober 2003 09:14 > An: [EMAIL PROTEC

AW: AW: [Clamav-users] Warning messages

2003-10-13 Thread SCHULZ, Wolfgang
Maybe it doens't realize that it is Solaris: ./configure outputs: checking build system type... sparc-sun-solaris2.8 checking host system type... sparc-sun-solaris2.8 checking target system type... sparc-sun-solaris2.8 In config.log I have: ## - ## ## Platform. ## ## - ## hostnam

AW: [Clamav-users] Warning messages

2003-10-12 Thread SCHULZ, Wolfgang
Hi Thomasz! The problem is still not solved. In ./clamav-milter/Makefile there should be instead of LIBS = -L../libclamav -L/usr/lib/libmilter -lmilter -lpthread -lsocket -lnsl The correct one LIBS = -L../libclamav -L/usr/lib/libmilter -lresolv -lmilter -lpthread -lsocket -lnsl With the last li

AW: AW: [Clamav-users] Warning messages

2003-10-09 Thread SCHULZ, Wolfgang
] > Gesendet: Freitag, 10. Oktober 2003 05:19 > An: [EMAIL PROTECTED] > Betreff: Re: AW: [Clamav-users] Warning messages > > > On Thu, 9 Oct 2003 15:34:03 +0200 > "SCHULZ, Wolfgang" <[EMAIL PROTECTED]> wrote: > > > webhost:/clamav-devel-20031009 ./sigt

AW: [Clamav-users] Warning messages

2003-10-09 Thread SCHULZ, Wolfgang
Hash: SHA1 > > On Thursday 09 Oct 2003 1:51 pm, SCHULZ, Wolfgang wrote: > > > symbol in file > > inet_aton /usr/lib/libmilter.a(engine.o) > > On solaris 8 you must add "-lresolv" to > clamav-milter/Mak

AW: [Clamav-users] Warning messages

2003-10-09 Thread SCHULZ, Wolfgang
webhost:/clamav-devel-20031009 ./sigtool/sigtool -i test.cvd Creation time: Oct-06 23-45 CEST Version: 1 # of signatures: 9656 Functionality level: 1 Builder: tk MD5: 8d0fdfb0f07354d92d0f0242307fc51e Digital signature: iW26GxWta2AQ0f835Sl+ETIYYAJYwf4U4qy4IdnLHGpPXukxI3gT06vOAFoJnDsKDRGZ0EyDW3KulEj

[Clamav-users] Warning messages

2003-10-09 Thread SCHULZ, Wolfgang
Hi! I recently posted all my warning messages during compilation on Solaris 8 of clamav to the list with no response. Please tell me if this is not interesting for the developers in this case I stop reporting them. With the latest snapshop things became even worse - see below. W. webhost:/cla

AW: [Clamav-users] Good News

2003-10-08 Thread SCHULZ, Wolfgang
Tried to compile it on Solaris 8 and got the following warning messages but also a new error message: md5.c:213:3: warning: C++ style comments are not allowed in ISO C89 md5.c:213:3: warning: (this will be reported only once per input file) others.c: In function `cl_gentemp': others.c:291: warnin

AW: [Clamav-users] compiling clamav-milter errors

2003-10-01 Thread SCHULZ, Wolfgang
Hi! Don't use version 0.6 for Solaris - upgrade to the lates snapshot Wolfgang > -Ursprüngliche Nachricht- > Von: Keith Patton [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 1. Oktober 2003 20:51 > An: [EMAIL PROTECTED] > Betreff: [Clamav-users] compiling clamav-milter errors > > >

AW: [Clamav-users] clamav-milter

2003-10-01 Thread SCHULZ, Wolfgang
Hi! Had the same problem at the beginning. Make sure that the libmilter library from sendmail is installed. The ./configure program checks this and sys no if it is not!!! checking libmilter/mfapi.h usability... yes checking libmilter/mfapi.h presence... yes checking for libmilter/mfapi.h... yes F

AW: [Clamav-users] Stability clamav-milter + clamd

2003-09-29 Thread SCHULZ, Wolfgang
Hi! I realized that the update is already online butnow I have a problem during compiling on Solaris 8: gcc -g -O2 -o .libs/clamscan clamscan.o options.o getopt.o others.o manager.o treewalk.o -L/export/home/cats/clamav-devel-20030929/libclamav /export/home/cats/clamav-devel-20030929/libclamav

[Clamav-users] Stability clamav-milter + clamd

2003-09-25 Thread SCHULZ, Wolfgang
Hi! I'm running sendmail (8.12.10) + clamav-milter + clamd (20030925 snapshot) on Solaris 8 and in principal I like the software (including the design) very much. Clamd has no problems to detect all the recent viruses (contrary to what I read during the last days in the list). The only problem

AW: [Clamav-users] clamav milter seems stable

2003-09-21 Thread SCHULZ, Wolfgang
I'm running clamd and the milter on Solaris 8 and have the same problem. Also the version you mentioned crashes very often!!! > -Ursprüngliche Nachricht- > Von: Adam Williams [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 20. September 2003 15:35 > An: [EMAIL PROTECTED] > Betreff: [Clama

AW: [Clamav-users] Problem with compiling on Solaris 8 (Sparc)

2003-09-17 Thread SCHULZ, Wolfgang
mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 17. September 2003 14:14 > An: [EMAIL PROTECTED] > Betreff: Re: [Clamav-users] Problem with compiling on Solaris > 8 (Sparc) > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wednesday 17 Sep 2003 8:23 am, S

[Clamav-users] Problem with compiling on Solaris 8 (Sparc)

2003-09-17 Thread SCHULZ, Wolfgang
Hi! I try to compile clamav with clamav-milter on Solaris 8 (Sparc). The compilation fails for during the compilation of the clamav-milter (if I compile without milter everything works fine) anf gives the following message: clamav-milter.c:144:20: getopt.h: No such file or directory clamav-milte