Re: [Clamav-users] help, can't compile clamav-0.92 ("gcc bug")

2008-01-27 Thread Matthias Schmidt
Am/On Tue, 18 Dec 2007 05:14:40 + schrieb/wrote Robert: > >On 17 Dec 2007, at 19:15, fchan wrote: > >> Hi, >> I have the same thing happening a my MacBookPro. I get this message >> also: >> checking for gcc bug PR28045... configure: error: your compiler has >> gcc PR28045 bug, use a differen

Re: [Clamav-users] help, can't compile clamav-0.92 ("gcc bug")

2008-01-27 Thread Oliver Schwarz
i can confirm, that matthias additional flag let's gcc on apple platforms compile clamav. as it seems, this flag is just necessary on intel based macs. like with older versions of clamd (not clamscan) i've one bug bugging me: from time to time (usually every 1,5-3 days on my mail server hos

Re: [Clamav-users] help, can't compile clamav-0.92 ("gcc bug")

2008-01-27 Thread G.W. Haywood
Hi there, On Sun, 27 Jan 2008 Matthias Schmidt wrote: > Do I need to install gcc 4.2.2? > Can that just be downloaded and installed? On most systems you can download and compile gcc from source. You would probably use an older gcc to compile it but it might work with other compilers. It takes

Re: [Clamav-users] help, can't compile clamav-0.92 ("gcc bug")

2008-01-27 Thread Derick Centeno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 An option which works on Linux and may work within the Terminal is to order or command the gcc compiler to NOT use compiler optimizations. Try this: $ CFLAGS="-O0" ./configure On Sun, 27 Jan 2008 19:27:38 +0900 "Matthias Schmidt" <[EMAIL PROTECTED]>

[Clamav-users] Problem with clamav on Linux

2008-01-27 Thread Quỳnh H Nguyễn
Hello, I'm very newbie in Linux, but I learn much to install a complete Linux system. However, antivirus is one of the most important for a current server. And I choose ClamAV to deploy an antivirus for server and mail server too. I did following the instruction from clamav.net via "yum install

Re: [Clamav-users] help, can't compile clamav-0.92 ("gcc bug")

2008-01-27 Thread Matthias Schmidt
Hello, you guys are all top posting ... so I do as well. my box is a G4 dual - a bit old, but a good working horse ;-) gcc 4.2.2 doesn't compile on MacPPC (throws an error 1 and 2) I've found some information on the net that 4.2.3 does compile (it's RC and currently building) But maybe I should

Re: [Clamav-users] help, can't compile clamav-0.92 ("gcc bug")

2008-01-27 Thread Oliver Schwarz
i'm still on tiger (10.4.11) and using the server edition. am definitely waiting at least until 10.5.2 before doing the switch. oliver Am 27.01.2008 um 15:17 schrieb Matthias Schmidt: > Hello, > > you guys are all top posting ... so I do as well. > > my box is a G4 dual - a bit old, but a good

Re: [Clamav-users] Problem with clamav on Linux

2008-01-27 Thread Steven Stern
Quỳnh H Nguyễn wrote: > Hello, > > I'm very newbie in Linux, but I learn much to install a complete Linux > system. > > However, antivirus is one of the most important for a current server. And I > choose ClamAV to deploy an antivirus for server and mail server too. > > I did following the instruc

Re: [Clamav-users] Problem with clamav on Linux

2008-01-27 Thread Quỳnh H Nguyễn
On Jan 27, 2008 9:31 PM, Steven Stern <[EMAIL PROTECTED]> wrote: > Quỳnh H Nguyễn wrote: > > Hello, > > > > I'm very newbie in Linux, but I learn much to install a complete Linux > > system. > > > > However, antivirus is one of the most important for a current server. > And I > > choose ClamAV t

Re: [Clamav-users] Problem with clamav on Linux

2008-01-27 Thread Derick Centeno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After clamav has been compiled you've got to read the manual and follow the instructions for modifying the .conf files so that when various clamav processes run they'll refer to the functions or commands you activated by uncommenting the code! Specifi

Re: [Clamav-users] help-about regular expressions in signatures-From: T?r?k Edwin

2008-01-27 Thread xue wen
> > I have checked and found that wildcard signatures also go into .db file. > And I have also tried to add my wildcard signature into a .ndb file, there > is still the problem. The signature I have made up is like this: Worm.Yawen (Clam)=61*7c62 where "617c62" means "a|b". Once I add the wildca

Re: [Clamav-users] 10. Re: help-about regular expressions in signatures (Kris Deugau)

2008-01-27 Thread xue wen
I just want to learn the format of ClamAV's signature. So I tried to build a signature containing a wildcard by myself. The example I used is as follows: I have made up a signature of: Worm.Yawen (Clam)=61*7c62 where "617c62" means "a|b". Then I put this signature into a .db file. When I didn't ad

Re: [Clamav-users] help-about regular expressions in signatures-From: T?r?k Edwin

2008-01-27 Thread Karsten Bräckelmann
On Sun, 2008-01-27 at 16:44 -0500, xue wen wrote: > The signature I have made up is like this: > > Worm.Yawen (Clam)=61*7c62 > > where "617c62" means "a|b". Once I add the wildcard into this signature, > there will be an error, no matter I put it into a .db or .ndb file. Is there > something wron

Re: [Clamav-users] 10. Re: help-about regular expressions in signatures (Kris Deugau)

2008-01-27 Thread Karsten Bräckelmann
On Sun, 2008-01-27 at 17:03 -0500, xue wen wrote: > I just want to learn the format of ClamAV's signature. So I tried to build a > signature containing a wildcard by myself. The example I used is as follows: > > I have made up a signature of: Worm.Yawen (Clam)=61*7c62 > where "617c62" means "a|b".

Re: [Clamav-users] Creating your own Signatures: Bound Offset

2008-01-27 Thread Karsten Bräckelmann
On Sat, 2008-01-26 at 10:29 +0100, Tomasz Kojm wrote: > On Sat, 26 Jan 2008 01:20:26 +0100 > Karsten Bräckelmann <[EMAIL PROTECTED]> wrote: > > > $ cat test.ndb > > local.test:4:0:{-4096}74657374 > > It won't work because there's no 'sub-signature' preceding the range wildcard. > You can use a fl

Re: [Clamav-users] Problem with clamav on Linux

2008-01-27 Thread Quỳnh H Nguyễn
Oh, I'm sure that the .conf files were modified. Because the daemon show the message [OK] when system boot, but I can not see any clamd process listen at port 3310. So that means clamd does not start. But when I type command "clamd", there is a clamd process listen at port 3310. I had tried anothe

[Clamav-users] ClamAV Live CD

2008-01-27 Thread Brandon Perry
Hi, about a week ago, a guy came in asking for a ClamAV Live CD. I have been working with ClamAV and live cds for a while, but never just ClamAV. I am uploading the Live CD right now to my webserver. Link to the page is: http://projects.volatileminds.net/clamav.html It is based on Ubuntu and runs

[Clamav-users] memory/resource/perms problem with the latest dev clamav under FreeBSD

2008-01-27 Thread Roman Serbski
written entirely in C However clamd.log reports version devel-20080127. I'm using clamd with qmail-scanner 2.01st. It was working just fine with the previous release of ClamAV 20080121 and nothing was changed in terms of qmail-scanner configuration. It looks like it's definitely the clamd iss