[Clamav-users] Sober.G failing to be detected after 349 update

2004-06-09 Thread John Alexander
Hi all

After the last update, Sober.G isn't being detected anymore.  Everything
is still ok - this could be good, maybe Sober.G has stopped! Or
something has broke

Has anyone else seen this occuring?

regards

John Alexander




---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] OT: Virus page almost ready to go

2004-06-15 Thread John Alexander
On Wed, 2004-06-16 at 12:57, Alch wrote:
> > Hi All,
> > 
> > As promised, the virus stats page is almost ready to go.
> > I'll clean up 
> > the code tomorrow or Thursday and release it GPL.
> > 
> > http://mail.limelyte.net/admin/virus/ for a preview.
> > 
> > Suggestions, critique, etc are welcomed.
> > 
> > Regards,
> > 
> > Rick
> > 
> Thanks Rick this is great.
> I was looking for something like this to put on www.clamwin.com website.
> However my clamav install processes rather small volumes of email and
> catches less than 10 viruses a day on average. Would you mind if I
> include your page (http://mail.limelyte.net/admin/virus/) as an iframe
> on clamwin.com? 
> Or alternatively if someone is willing to share statistics for even
> larger volumes that would be even better.
> Cheers,
> Alch
> 
> 
Hi Alch and Rick
You can check our stats for the current and previous days mail virii...
http://mail.dcsi.net.au/index.html

They don't look as pretty, but there's quite a few viruses caught with clam..


John


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


[Clamav-users] problems compiling

2005-01-19 Thread John Alexander
Hi,

This evidently has been covered before, but I couldn't find a resolution.

I'm running OpenBSD 3.1 and have ClamAV 0.60 - should have upgraded long ago...

I can't get ClamAV 0.80 to compile with the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -c mbox.c
-Wp,-MD,.deps/mbox.TPlo -o mbox.o
mbox.c:568: curl/curl.h: No such file or directory
*** Error code 1

Stop in /var/downloads/clamav-0.80/libclamav.
*** Error code 1

Stop in /var/downloads/clamav-0.80 (line 351 of Makefile).
*** Error code 1

Stop in /var/downloads/clamav-0.80 (line 216 of Makefile).

Curl is installed in /usr/local/include/curl

Any thoughts or resolutions?

--

John Alexander




This message was sent using IMP, the Internet Messaging Program.

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] problems compiling

2005-01-19 Thread John Alexander
Yeah... not much option with the O/S for now.  Have to live with it.  Curl is
indeed in the 3.1 ports tree, but the build crashed.  There is some problem
with shared libs on my system.  It's pretty broke - but I gotta live with it
for now.

Any suggestions for installing ClamAV (other than upgrading the OS)?

John Alexander


Quoting "C. Bensend" <[EMAIL PROTECTED]>:

>
> > I'm running OpenBSD 3.1 and have ClamAV 0.60 - should have upgraded long
> > ago...
>
> Yes.  Both ClamAV _and_ the OS.  They're working on 3.7 now.  ;)
>
> > I can't get ClamAV 0.80 to compile with the following error:
> >
> > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -c
> > mbox.c
> > -Wp,-MD,.deps/mbox.TPlo -o mbox.o
> > mbox.c:568: curl/curl.h: No such file or directory
> > *** Error code 1
>
> Install curl?  It's in the ports tree.  :)
>
> Benny
>
>
> --
> "I'm on the Zoloft to keep from killing y'all."
>       -- Mike Tyson
>
> ___
> http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
>


--

John Alexander




This message was sent using IMP, the Internet Messaging Program.

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] problems compiling

2005-01-20 Thread John Alexander

> On Thursday 20 Jan 2005 04:58, John Alexander wrote:
> > Hi,
>
> > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -c
> > mbox.c -Wp,-MD,.deps/mbox.TPlo -o mbox.o
> > mbox.c:568: curl/curl.h: No such file or directory
> > *** Error code 1
>
> Try:
>
> make distclean
> configure --disable-libcurl 
> make
>
> > John Alexander
>
> -Nigel

well.. different issues now.  I ran it with --disable-libcurl and got the same
error.  I ran it with --without-libcurl and got this ..  please pardon the
amount of stuff...

mkdir .libs
gcc -g -O2 -o clamscan output.o getopt.o memory.o cfgparser.o misc.o clamscan.o
options.o others.o manager.o treewalk.o  ../libclamav/.libs/libclamav.a -lz
-lbz2
../shared/output.c:83: Undefined symbol `_pthread_mutex_lock' referenced from
text segment
../shared/output.c:90: Undefined symbol `_pthread_mutex_unlock' referenced from
text segment

//and more of the same//

scanners.c:98: Undefined symbol `_pthread_mutex_unlock' referenced from text
segment
scanners.c:116: Undefined symbol `_pthread_cleanup_push' referenced from text
segment
scanners.c:117: Undefined symbol `_pthread_mutex_lock' referenced from text
segment
scanners.c:0: More undefined symbol _pthread_mutex_unlock refs follow
scanners.c:254: Undefined symbol `_pthread_cleanup_pop' referenced from text
segment
mbox.c:776: Undefined symbol `_pthread_mutex_lock' referenced from text segment
message.c:508: Undefined symbol `_pthread_mutex_lock' referenced from text
segment
collect2: ld returned 1 exit status
*** Error code 1

Sorry.. but I'm pretty lost now.

John Alexander


This message was sent using IMP, the Internet Messaging Program.

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] problems compiling

2005-01-20 Thread John Alexander
Quoting Trog <[EMAIL PROTECTED]>:

> On Thu, 2005-01-20 at 16:18, John Alexander wrote:
>
> >
> > well.. different issues now.  I ran it with --disable-libcurl and got the
> same
> > error.  I ran it with --without-libcurl and got this ..  please pardon the
> > amount of stuff...
> >
> > mkdir .libs
> > gcc -g -O2 -o clamscan output.o getopt.o memory.o cfgparser.o misc.o
> clamscan.o
> > options.o others.o manager.o treewalk.o  ../libclamav/.libs/libclamav.a -lz
> > -lbz2
> > ../shared/output.c:83: Undefined symbol `_pthread_mutex_lock' referenced
> from
> > text segment
> > ../shared/output.c:90: Undefined symbol `_pthread_mutex_unlock' referenced
> from
> > text segment
>
> What platform are you on, and what was your full configure line?
>
> -trog
>
>

I'm running OpenBSD 3.1
./configure --without-libcurl

John


This message was sent using IMP, the Internet Messaging Program.

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] problems compiling

2005-01-20 Thread John Alexander
Quoting Trog <[EMAIL PROTECTED]>:


> >
> > I'm running OpenBSD 3.1
> > ./configure --without-libcurl
> >
>
> Thats quite an old version. I don't have any OpenBSD. Looks like
> something is wrong with the build process, it't not trying to link in
> pthread support or a bunch of other libraries.
>
> -trog
>
>


I've greatly desired to upgrade that box for some time, but for a number of
reasons, can't.  Do you have any ideas or recommendations?

John




This message was sent using IMP, the Internet Messaging Program.

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] problems compiling

2005-01-20 Thread John Alexander
Quoting Nigel Horne <[EMAIL PROTECTED]>:

> > > > ../shared/output.c:90: Undefined symbol `_pthread_mutex_unlock'
> referenced
> > > from
> > > > text segment
>
> Try configure --disable-pthreads
>
>
> --
>
That seems to have done the trick. It built and installed.  After I correctly
edited freshclam.conf and clamd.conf all seems to be working properly.  My
configure line was:

./configure --disable-pthreads --without-libcurl

Thanks much, Nigel.

John Alexander




This message was sent using IMP, the Internet Messaging Program.

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users