Re: [Clamav-users] clamav-milter quits

2005-05-21 Thread Nigel Horne
On Friday 20 May 2005 14:44, Craig Green wrote: > > > >> clamav 0.85.1 on two servers. Both quit right about midnight. I > >>found the following log entries on one of them: > > > >Are you using FreeBSD? > > > > We've had the milter quit on a couple of FreeBSD servers here--on 0.85, > any

Re: [Clamav-users] Sendmail out of memory with clmilter

2005-05-21 Thread Elliot Mackenzie
While I was testing, there should only have been one possible thread (certainly less than 256). Currently my stack size is 8192. Kind regards, Elliot. Samuel Benzaquen wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Elliot Mackenzie Sent: Friday,

[Clamav-users] Virus naming conventions?

2005-05-21 Thread guenther
cheers folks, I just started using ClamAV and it is performing great so far. :) As I prefer to call ClamAV from procmail (actually, I used YAVR before, a procmail only based virus signature scanner) my current setup is procmail / clamassassin / clamdscan. Rather than dumping all Virii to a sing

Re: [Clamav-users] clamav-milter quits

2005-05-21 Thread Doug Hardie
On May 21, 2005, at 02:23, Nigel Horne wrote: On Friday 20 May 2005 14:44, Craig Green wrote: clamav 0.85.1 on two servers. Both quit right about midnight. I found the following log entries on one of them: Are you using FreeBSD? We've had the milter quit on a couple of FreeBSD s

[Clamav-users] sol8 compile problem

2005-05-21 Thread Cocoon
Hello List, I want to compile the new clamav version 0.85.1 on a solaris 8 system Whit the command ./configure -prefix=/var/amavis/clamd every thing works fine. Then I make the make an got this error at the end! Any ideas? gcc and dev tools ar up to date... i dont know what can i do more set

Re: [Clamav-users] Virus naming conventions?

2005-05-21 Thread guenther
> On a related note: I am using clamassassin [1], but shortly after I > installed it the website and mailing list seems to be down. Does anyone > know anything about it? FYI only, up and working again. ...guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0;

Re: [Clamav-users] sol8 compile problem

2005-05-21 Thread Bill Taroli
I believe you will find notes in the installation readmes regarding solaris in that you must include ABI=32 into the configure string ./configure ABI=32 --prefix= Bill Cocoon wrote: Hello List, I want to compile the new clamav version 0.85.1 on a solaris 8 system Whit the command ./

[Clamav-users] Re: sol8 compile problem

2005-05-21 Thread René Berber
Cocoon wrote: > I want to compile the new clamav version 0.85.1 on a solaris 8 system > > Whit the command ./configure -prefix=/var/amavis/clamd every thing works > fine. Its --prefix . > Then I make the make an got this error at the end! > > Any ideas? > > gcc and dev tools ar up to date...

RE: [Clamav-users] Re: sol8 compile problem

2005-05-21 Thread Cocoon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of René Berber Sent: Samstag, 21. Mai 2005 22:16 To: clamav-users@lists.clamav.net Subject: [Clamav-users] Re: sol8 compile problem Cocoon wrote: > I want to compile the new clamav version 0.85.1 on a solaris

RE: [Clamav-users] sol8 compile problem

2005-05-21 Thread Cocoon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Taroli Sent: Samstag, 21. Mai 2005 21:33 To: ClamAV users ML Subject: Re: [Clamav-users] sol8 compile problem I believe you will find notes in the installation readmes regarding solaris in that you mu

[Clamav-users] Re: sol8 compile problem

2005-05-21 Thread René Berber
Cocoon wrote: [snip] > Which gcc and most important which ld? > Gcc 3.4.2 > > LD_LIBRARY_PATH:/usr/lib:/usr/local/lib:/usr/sfw/lib:/opt/sfw/lib: Could you report the output of "gcc -print-prog-name=ld" ? Also the output of "crle -v" . And, the symbols ld is complaining about... that will show u

RE: [Clamav-users] Re: sol8 compile problem

2005-05-21 Thread Cocoon
Rene Can you write me exactly what I have to do "syntax" I will do it no problem... I'm not so a crack in solaris shell commands, so please support me a little... Okay? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of René Berber Sent: Samstag, 21. Mai 2

Re: [Clamav-users] Re: clamav on Mac OS X 10.4 Server

2005-05-21 Thread OpenMacNews
hi all, -- On May 16, 2005 12:22:13 PM +1000 Daniel Mons <[EMAIL PROTECTED]> wrote: ... Again, everything compiled via Fink lives in /sw, so you can always give it a go without breaking anything important. See for yourself. Uwe Pieczynski wrote: That won´t work at all! The SOURCE distrib

[Clamav-users] Re: sol8 compile problem

2005-05-21 Thread René Berber
Cocoon wrote: > Can you write me exactly what I have to do "syntax" I will do it no > problem... Just run the commands in a terminal. For instance here's the result in one Sparc/Solaris 8 machine: --- --- --- --- -bash-3.00$ gcc -print-prog-name=ld /usr/ccs/bin/ld -bash-3.00$ crle -v Configura

RE: [Clamav-users] Re: sol8 compile problem

2005-05-21 Thread Cocoon
# gcc -print-prog-name=ld /usr/ccs/bin/ld # crle -v Default configuration file (/var/ld/ld.config) not found Default Library Path (ELF): /usr/lib (system default) Trusted Directories (ELF):/usr/lib/secure (system default) # -Original Message- From: [EMAIL PROTECTED] [mailto:[

[Clamav-users] Re: sol8 compile problem

2005-05-21 Thread René Berber
Cocoon wrote: > # gcc -print-prog-name=ld > /usr/ccs/bin/ld Good. > # crle -v > > Default configuration file (/var/ld/ld.config) not found > Default Library Path (ELF): /usr/lib (system default) > Trusted Directories (ELF):/usr/lib/secure (system default) This is normal, it's the S

RE: [Clamav-users] Re: sol8 compile problem

2005-05-21 Thread Cocoon
Hi René Here some output from the commands,.. but its still the same :-( # LD_LIBRARY_PATH=/usr/local/lib:/usr/sfw/lib:/opt/sfw/lib:/usr/lib ./configure --prefix=/var/amavis/clamd checking build system type... sparc-sun-solaris2.8 checking host system type... sparc-sun-solaris2.8 checking tar

RE: [Clamav-users] Re: sol8 compile problem

2005-05-21 Thread Dennis Peterson
Cocoon said: > > Hi René > > Here some output from the commands,.. but its still the same :-( Just for grins try this: make clean configure --disable-bzip2 ... (add any configure option you'd normally add) make Have you ever installed bzip on your system? If not you can grab a copy at sunfreewar

RE: [Clamav-users] Re: sol8 compile problem

2005-05-21 Thread Cocoon
Hi Dennis,... Great it works fine! Greez -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Peterson Sent: Sonntag, 22. Mai 2005 05:27 To: ClamAV users ML Subject: RE: [Clamav-users] Re: sol8 compile problem Cocoon said: > > Hi René > > Here some

RE: [Clamav-users] Re: sol8 compile problem

2005-05-21 Thread Dennis Peterson
Cocoon said: > Hi Dennis,... > > Great it works fine! > > > Greez Which steps did you complete? Off the topic and just a bit humorous, I suppose, but the urban definition of Greez is less than flattering :-) 1. greez The act of deficating; often used in conjunction with doog Don't go to the ba

[Clamav-users] Re: sol8 compile problem

2005-05-21 Thread René Berber
Cocoon wrote: [snip] > checking for bzReadOpen in -lbz2... no > checking bzlib.h usability... yes > checking bzlib.h presence... yes > checking for bzlib.h... yes Strange, bz2 lib is not intalled but configure doesn't really complains. > checking for __dn_expand in -lresolv... no > checking for d