Re: [Clamav-users] Compilation of clamav 0.94.1 failing on AIX 5.3

2008-11-08 Thread Török Edwin
On 2008-11-08 12:53, ANANT S ATHAVALE wrote: > I used, configure --disable-clamav --disable-shared options. > > > Hi, Did 0.94 compile? > But, it is failing with following messages... Do you have a target.h file? Try running configure under bash (instead of ksh). Best regards, --Edwin ___

Re: [Clamav-users] clamav-milter installation question

2008-11-08 Thread G.W. Haywood
Hi there, On Sat, 8 Nov 2008 Allen, Geoff wrote: > > Hongwei Li wrote: > > One question: I could not find config file for clamav-milter. > > [snip] > > Should there be a config file for clamav-milter? If yes, where is it? > > If no, how to configure it? > > As a new user of ClamAV, this also conf

[Clamav-users] Twitter

2008-11-08 Thread Nigel Horne
Folks, Notifications of ClamAV signature updates are now available via our Twitter feed at http://twitter.com/clamav. The notifications include information about the number of signatures added and the total number of signatures in the ClamAV database. We hope to include other information on tha

Re: [Clamav-users] FW: How to Uninstall ClamAV?

2008-11-08 Thread Simon Hollingshead
ClamXav installs clamav into /usr/local/clamXav/ by default. Also, make sure in your startup items freshclam is not set to run. Simon Hollingshead [EMAIL PROTECTED] Messages sent from this email are digitally signed by Thawte. Please do not be worried if you see an attachment named smime.p7s

[Clamav-users] FW: How to Uninstall ClamAV?

2008-11-08 Thread Mac Carter
Recently, I attempted to un-install ClamXav as part of an effort to diagnose some kernel panics that have been happening on my MacBook Pro (OS 10.5.5). A search shows there are NO files on my computer with the name ³clam² (partial or whole). However, I still get regular Console log alerts saying:

[Clamav-users] Compilation of clamav 0.94.1 failing on AIX 5.3

2008-11-08 Thread ANANT S ATHAVALE
I used, configure --disable-clamav --disable-shared options. But, it is failing with following messages... Making all in clamd gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../shared -I../libclamav -I/usr/local/special/include -g -O2 -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o

Re: [Clamav-users] FW: How to Uninstall ClamAV?

2008-11-08 Thread Dennis Peterson
Mac Carter wrote: > Recently, I attempted to un-install ClamXav as part of an effort to diagnose > some kernel panics that have been happening on my MacBook Pro (OS 10.5.5). A > search shows there are NO files on my computer with the name ³clam² (partial > or whole). However, I still get regular Co

Re: [Clamav-users] SubmitDetectionStats: Not enough recent data for submission

2008-11-08 Thread jef moskot
On Fri, 7 Nov 2008, Chris wrote: > For instance if I have a commonly reported signature, > Sanesecurity.Phishing.Cur.1266.UNOFFICIAL, is this reported or is it > only malware that is in the 'Official' ClamAv database reported? I'd like to know this as well, since we have a lot of custom signatur

Re: [Clamav-users] Twitter

2008-11-08 Thread ANANT S ATHAVALE
Quoting Dennis Peterson <[EMAIL PROTECTED]>: > ANANT S ATHAVALE wrote: >> Dear Developers, >> >> When we run, clamscan, it gives output similar to the one below. Apart >> from the information shown below, I would like to have one more filed >> that indicates the date/time of the last update of sig

Re: [Clamav-users] Compilation of clamav 0.94.1 failing on AIX 5.3

2008-11-08 Thread ANANT S ATHAVALE
Quoting Török Edwin <[EMAIL PROTECTED]>: > On 2008-11-08 12:53, ANANT S ATHAVALE wrote: >> I used, configure --disable-clamav --disable-shared options. >> >> >> > > Hi, > > Did 0.94 compile? YES. > >> But, it is failing with following messages... > > Do you have a target.h file? > > Try runnin

Re: [Clamav-users] Twitter

2008-11-08 Thread ANANT S ATHAVALE
Dear Developers, When we run, clamscan, it gives output similar to the one below. Apart from the information shown below, I would like to have one more filed that indicates the date/time of the last update of signature. What I mean is, it should be easy for me to know, whether I have latest

Re: [Clamav-users] Twitter

2008-11-08 Thread jimlinux
Dear ANANT, Are you using FreshClam to update your signatures? If so, you can check the logs. You can write a shell script to call clamscan and have it do a tail and grep on the FreshClam log. Jim Dear Developers, When we run, clamscan, it gives output similar to the one below. Apart from the i

Re: [Clamav-users] Twitter

2008-11-08 Thread Dennis Peterson
ANANT S ATHAVALE wrote: > Dear Developers, > > When we run, clamscan, it gives output similar to the one below. Apart > from the information shown below, I would like to have one more filed > that indicates the date/time of the last update of signature. What I > mean is, it should be easy f

Re: [Clamav-users] Twitter

2008-11-08 Thread ANANT S ATHAVALE
Quoting Dennis Peterson <[EMAIL PROTECTED]>: > ANANT S ATHAVALE wrote: >> Quoting Dennis Peterson <[EMAIL PROTECTED]>: >> >>> ANANT S ATHAVALE wrote: Dear Developers, When we run, clamscan, it gives output similar to the one below. Apart from the information shown below, I woul

Re: [Clamav-users] Twitter

2008-11-08 Thread Dennis Peterson
ANANT S ATHAVALE wrote: > Quoting Dennis Peterson <[EMAIL PROTECTED]>: > >> ANANT S ATHAVALE wrote: >>> Dear Developers, >>> >>> When we run, clamscan, it gives output similar to the one below. Apart >>> from the information shown below, I would like to have one more filed >>> that indicates the d

Re: [Clamav-users] Twitter

2008-11-08 Thread jimlinux
Dear ANANT, Are you using FreshClam to update your signatures? If so, you can check the logs. You can write a shell script to call clamscan and have it do a tail and grep on the FreshClam log. Jim Dear Developers, When we run, clamscan, it gives output similar to the one below. Apart from the i

Re: [Clamav-users] Compilation of clamav 0.94.1 failing on AIX 5.3

2008-11-08 Thread ANANT S ATHAVALE
Dear Edwin, I installed bash by downloading RPM from AIX Linux toolkit. Tried configuring and compiling under bash, but it resulted in same error. Finally, I modified the source. Wherever this error was coming, replaced "TARGET_OS_TYPE" with aix5.3.0.0, "TARGET_ARCH_TYPE" with ppc, and "TA

Re: [Clamav-users] Compilation of clamav 0.94.1 failing on AIX 5.3

2008-11-08 Thread Török Edwin
On 2008-11-09 08:44, ANANT S ATHAVALE wrote: > Dear Edwin, > > I installed bash by downloading RPM from AIX Linux toolkit. Tried > configuring and compiling under bash, but it resulted in same error. > > Finally, I modified the source. Wherever this error was coming, > replaced "TARGET_OS_TYPE