As i said in the previous msg,
take a look at http://linux-sxs.org/administration/clamav-milter.html
Especially the third point:

3. Patch clamav-milter/clam-milter.c in the source directory if your
sendmail is not accessibleas in /usr/lib/sendmail:

--- clamav-milter.c.orig        Tue Nov 11 20:32:52 2003
+++ clamav-milter.c     Sat Nov 15 14:26:08 2003
@@ -1243,7 +1243,7 @@
 #endif
                if(!qflag) {
-                       sendmail = popen("/usr/lib/sendmail -t", "w");
+                       sendmail = popen("/usr/sbin/sendmail -t", "w");
                        if(sendmail) {
                                /*
                                 * TODO: Make this e-mail message
customisable
ClamAV-0.65's Makefile for clamav-milter has a bug. Patch
clamav-milter/Makefile.in with this patch:

--- clamav-milter/Makefile.in.orig      Wed Nov 12 16:55:17 2003
+++ clamav-milter/Makefile.in   Wed Nov 12 16:55:36 2003
@@ -122,7 +122,7 @@
 @BUILD_CLAMD_TRUE@@[EMAIL PROTECTED] =
../clamd/cfgfile.o ../clamd/others.o ../clamscan/getopt.o
[EMAIL PROTECTED]@@[EMAIL PROTECTED] = ../docs/clamav-milter.8
[EMAIL PROTECTED]@@[EMAIL PROTECTED] = ../docs/man/clamav-milter.8
 DEFS = @DEFS@



This is, open the the two files and correct each line in the files.

/Patrik

"Chris Tan" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Dear all,
>
>
> make: don't know how to make ../docs/clamav-milter.8. Stop
> *** Error code 1
>
> Stop in /root/clamav-0.65.
>
> the last time i had errors with clamav-milter was the getopt.h thingy..
now
> it seems to be this prob that giving me probs .. any work ards &/or whats
> this prob ??
>
>
> OS : freebsd 4.9.stable
> Clamav : 0.65 stable
> gcc3.0
> sendmail 8.12.10
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> _______________________________________________
> Clamav-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/clamav-users
>





-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to