Re: [Clamav-users] Compiling on Tru64 unix

2008-10-31 Thread Jeff Donsbach
On Fri, Oct 31, 2008 at 11:53 AM, Allen, Geoff [EMAIL PROTECTED] wrote: This might be a long-shot, but has anyone compiled ClamAV (and specifically, clamav-milter) on Tru64 Unix? I'm trying, but can't get configure to generate a proper Makefile that will compile clamav-milter. I'd love to

Re: [Clamav-users] Compiling on Tru64 unix

2008-10-31 Thread Jeff Donsbach
On Fri, Oct 31, 2008 at 5:11 PM, Török Edwin [EMAIL PROTECTED] wrote: meaning clamd won't be built either configure:13401: checking pthread.h usability configure:13418: gcc -c -g -O2 conftest.c 5 In file included from conftest.c:94: /usr/include/pthread.h:312:4: #error Please compile the

Re: [Clamav-users] Clamd memory use

2007-12-11 Thread Jeff Donsbach
On Dec 10, 2007 11:07 PM, Jeffrey Rice [EMAIL PROTECTED] wrote: Hello, Is there any way to reduce/control the memory use of clamd? snip Dennis is right. But to answer your question, use ulimit -m in your initscript for clamd . ___ Help us build a

Re: [Clamav-users] Tru64 cc error with 0.90.1

2007-09-05 Thread Jeff Donsbach
On 9/4/07, mike caplin [EMAIL PROTECTED] wroteJeff, I just tried to build 0.91.2 on Tru64 and this old error cropped-up. Since DEC's cc has some C++ features, 'try' is a reserved word. Please change the name of the variable 'try' (I tested substituing 'tries' and the program compiles) in

Re: [Clamav-users] Compile ClamAV 0.91.1 with gcc 3.4.3 on HPUX 10.20

2007-08-09 Thread Jeff Donsbach
HP-UX 10.20 is ancient and hasn't been supported by HP in a very long time. (It is of the same vintage as Linux 2.2 kernels, if not older). Consequently, the header files probably don't conform to the current POSIX standards that the ClamAV code is expecting.

[Clamav-users] is clamd STREAM mode multi-threaded?

2007-05-28 Thread Jeff Donsbach
When clamd is called in STREAM mode, is each STREAM handled by a different thread (assuming a moderate load), like MULTISCAN? Secondarily, does clamav-milter call clamd in STREAM mode? thanks in advance ___ Help us build a comprehensive ClamAV

Re: [Clamav-users] looking for a stream of messages for testing purposes

2007-04-16 Thread Jeff Donsbach
On 4/13/07, I wrote: [I tried asking this on the developer's mailing list, but posting is restricted there, so] I am looking to do some performance testing of ClamAV in various configurations on various hardware. I am wondering if you have a stash of email messages, with at least

Re: [Clamav-users] looking for a stream of messages for testing purposes

2007-04-16 Thread Jeff Donsbach
Chuck, Thanks a lot. I copied the tar ball. You can delete it now. Michael, I'll take whatever I can get. Send me a message offline and let me know where I can copy those 82 messages from. Or, I might be able to give you a place to upload them. Let me know. If anyone else out there has

[Clamav-users] looking for a stream of messages for testing purposes

2007-04-13 Thread Jeff Donsbach
[I tried asking this on the developer's mailing list, but posting is restricted there, so] I am looking to do some performance testing of ClamAV in various configurations on various hardware. I am wondering if you have a stash of email messages, with at least some malware infected, that

Re: [Clamav-users] Tru64 cc error with 0.90.1

2007-04-04 Thread Jeff Donsbach
On 4/4/07, mike caplin [EMAIL PROTECTED] wrote: Compiling clamd on Tru64 v5.1b fails with the following error (NOTE: using DEC's cc not gcc): The DEC/Compaq/HP C compiler for Tru64 UNIX supports structured exception handling with try() blocks. See section 11.3 and 11.4 of the Tru64 UNIX

Re: [Clamav-users] compiling on Tru64

2007-02-13 Thread Jeff Donsbach
On 2/6/07, mike caplin [EMAIL PROTECTED] wrote: I am trying to build v0.88.7 on Tru64 5.1B in order to upgrade from an older version however freshclam fails to compile with the following error: snip Hi Mike, Sorry for the delay in looking at this. It looks to me like adding

Re: [Clamav-users] compiling on Tru64

2007-02-06 Thread Jeff Donsbach
Haven't built it, but it looks like either a function prototype problem, or perhaps a required include file is not included correctly. I don't have access to a Tru64 system just this moment, but I might be able to get to one tomorrow. On 2/6/07, mike caplin [EMAIL PROTECTED] wrote: I am trying

Re: [Clamav-users] high clamd CPU load on Solaris

2006-08-28 Thread Jeff Donsbach
On 8/28/06, Nigel Horne [EMAIL PROTECTED] wrote: Repeating advice already given here: the engine in 0.88 is *old*. If performance is an issue upgrade to the code in CVS. How long before the current CVS code base becomes the stable release? Jeff D

Re: [Clamav-users] SOLVED: ERROR: pthread_create failed -- post install after new compile

2006-08-13 Thread Jeff Donsbach
On 8/10/06, Dave Richardson [EMAIL PROTECTED] wrote: YOUR CFLAGS will be different for your architecture, of course, but I presume something can be gained by either i) optimizing for your specific architecture, or using the '-pipe' or '-fomit-frame-pointer' bits. I don't know compiler

Re: [Clamav-users] Defunct processes

2006-07-05 Thread Jeff Donsbach
On 7/5/06, Stephen Gran [EMAIL PROTECTED] wrote: I have another report of problems on alpha (unaligned traps) - do you see anything in kern.log? Can you debug this a bit (strace, gdb, etc)? Unaligned traps are likely not releated to the original poster's problem. At worst, they would be a

Re: [Clamav-users] Error while loading shared libraries

2006-05-02 Thread Jeff Donsbach
Are either of the libclamav.so.1 files symbolic links? If so, are they pointing to non-existent files now after the upgrade? If so, fix them. Jeff D ___ http://lurker.clamav.net/list/clamav-users.html

Re: [Clamav-users] Error while loading shared libraries

2006-05-02 Thread Jeff Donsbach
On 5/2/06, Robert Isaac [EMAIL PROTECTED] wrote: /usr/lib/libclamav.so.1 is a symbolic link to /usr/lib/libclamav.so.1.0.17 /usr/local/lib/libclamav.so.1 is a symbolic link to /usr/local/lib/libclamav.so.1.0.17 Hmm. That seems ok, although I don't know why there are copies of this stuff in

Re: [Clamav-users] Compile problem in tru64

2006-02-15 Thread Jeff Donsbach
On 2/15/06, Bugs [EMAIL PROTECTED] wrote: Tru64 5.1B PK4 on a es40 snip Any Ideas? Looks like an issue related to the definition of socklet_t in sys/socket.h Try adding -D_XOPEN_SOURCE=500 to your CFLAGS and rebuild again. That looks like what would fix the problem with the DEC/Compaq C

Re: [Clamav-users] Compile problem in tru64

2006-02-15 Thread Jeff Donsbach
I found this discussion on the Samba mailing list from about 4 1/2 years ago that includes discussion about socklen_t and the getpeername() API - http://lists.samba.org/archive/rsync/2001-August/47.html Jeff D ___

Re: [Clamav-users] Re: Problem Upgrading ClamAV on HP-UX 10.20

2006-02-09 Thread Jeff Donsbach
On 2/9/06, Kaplan, Andrew H. [EMAIL PROTECTED] wrote: Here is an excerpt from the ntohl man page: SYNOPSIS: #include netinet/in.h _XOPEN_SOURCE_EXTENDED only #include arpa/inet.h Since we're building with -D_XOPEN_SOURCE_EXTENDED now (specified

Re: [Clamav-users] Re: Problem Upgrading ClamAV on HP-UX 10.20

2006-02-08 Thread Jeff Donsbach
Andrew, Let's step back for a minute once again. On your 10.20, system, go and look at /usr/include/netdb.h . Find the section where it defines h_errno which is a macro that will be defined to either a function call or an external variable depending on if the macro _REENTRANT is defined at

Re: [Clamav-users] Re: Problem Upgrading ClamAV on HP-UX 10.20

2006-02-08 Thread Jeff Donsbach
On 2/8/06, Kaplan, Andrew H. [EMAIL PROTECTED] wrote: The following text in the netdb.h file is what references h_errno: /* * Error return codes from gethostbyname() and gethostbyaddr() * (left in extern int h_errno). #ifdef _XOPEN_SOURCE EXTENDED extern int h_errno;

Re: [Clamav-users] Re: Problem Upgrading ClamAV on HP-UX 10.20

2006-02-08 Thread Jeff Donsbach
On 2/8/06, René Berber [EMAIL PROTECTED] wrote: You can use -D_XOPEN_SOURCE but if configure didn't need that I don't see the point. That assumes configure is working correctly with regards to this on hp-ux 10.20. I wouldn't necessarily make that assumption. I see checks in configure for

Re: [Clamav-users] Re: Problem Upgrading ClamAV on HP-UX 10.20

2006-02-08 Thread Jeff Donsbach
On 2/8/06, René Berber [EMAIL PROTECTED] wrote: Yes, I see you are correct. freshclam/manager.c depends on the external value, which is not being defined in HP-UX unless, following your sugestion CFLAGS='-D_XOPEN_SOURCE' is used. OK Andrew, you'll have to repeat the build with:

Re: [Clamav-users] RE: Problem Upgrading ClamAV on HP-UX 10.20

2006-02-07 Thread Jeff Donsbach
Unless you know what version of HP-UX that version of gcc 3 was built on, I wouldn't trust that it will run on your 10.20 machine. If the compiler you are trying to use was built on 11.0 or later, don't count on it working at all. You know how old HP-UX 10.20 is, right? HP has not supported 10.20

Re: [Clamav-users] Re: Problem Upgrading ClamAV on HP-UX 10.20

2006-02-07 Thread Jeff Donsbach
On 2/7/06, René Berber [EMAIL PROTECTED] wrote: But first correct the part with LD_LIBRARY_PATH above. René is right. I missed that. On 10.20, LD_LIBRARY_PATH is not what you want. SHLIB_PATH is the environment variable. That still assumes the binary was linked to allow searches for the shared

Re: [Clamav-users] Re: Problem Upgrading to version 0.88 on HP-UX10.20

2006-02-03 Thread Jeff Donsbach
Andrew, Let's step back a minute have you ever been able to compile ANY version of ClamAV on your 10.20 machine? Or, is this your first attempt? It does not look like ClamAV is one of the packages that hpux.connect.org.uk has ported. Jeff D ___

Re: [Clamav-users] Is CME officially supported/supporting ClamAV?

2006-02-01 Thread Jeff Donsbach
On 2/1/06, Krištof Petr [EMAIL PROTECTED] wrote: Mitre? Are not these boys same as Mitre security experts from Clifford Stoll's book CUCKOO'S EGG? Mitre is a major US DoD contractor. ___ http://lurker.clamav.net/list/clamav-users.html

Re: [Clamav-users] Re: virus detected using clamscan but not with Mail::ClamAV perl module

2005-12-23 Thread Jeff Donsbach
On 12/23/05, Dale Walsh [EMAIL PROTECTED] wrote: Please elaborate because as the subject states virus detected using clamscan but not with Mail::ClamAV perl module. leads one to believe that the thread is about failure to detect virii with software. -- Dale Dale,

Re: [Clamav-users] Re: virus detected using clamscan but not with Mail::ClamAV perl module

2005-12-23 Thread Jeff Donsbach
On 12/23/05, Dale Walsh [EMAIL PROTECTED] wrote: Please elaborate because as the subject states virus detected using clamscan but not with Mail::ClamAV perl module. leads one to believe that the thread is about failure to detect virii with software. [sorry about that last messge... fat

[Clamav-users] Clamassassin for Sarge

2005-11-06 Thread Jeff Donsbach
Does anyone have or know where to find a Debian Sarge .deb for Clamassassin? Thanks in advance, Jeff D ___ http://lurker.clamav.net/list/clamav-users.html