At 03:00 PM Friday, 9/16/2005, Doc wrote -=>
Ed Kasky wrote:
make[2]: *** [clamav-milter.o] Error 1
make[2]: Leaving directory `/usr/src/clamav-0.87/clamav-milter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/clamav-0.87'
make: *** [all] Error 2
Don't think this is related to the sendmail milter but I've been wrong before ;-)
Any ideas/suggestions are appreciated....

I have the same problem. Also using RedHat 7.2 and Sendmail 8.13.4 trying to compile clamav-milter.

So keep us all informed of what you find.

From Tomasz Kojm <[EMAIL PROTECTED]>

Please apply the attached patch or compile clamav-milter with gcc 3.x
or higher.

Worked for me...

Ed Kasky
~~~~~~~~~
Randomly Generated Quote (294 of 489):
Experience is not what happens to a man;
it is what a man does with what happens to him. -Aldous Huxley
--- clamav-milter.c.old 2005-09-16 23:44:39.000000000 +0200
+++ clamav-milter.c     2005-09-16 23:56:50.000000000 +0200
@@ -3439,9 +3439,9 @@
 {
        fd_set rfds;
        struct timeval tv;
+       int ret;
 
        assert(sock >= 0);
-       int ret;
 
        if(readTimeout == 0) {
                do
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to