On Wed, 12 Nov 2003, Vincent Aniello wrote: > I am trying to compile ClamAV 0.65 on RedHat Linux 7. When compiling the > make stops with the following error: > > make[1]: Entering directory `/home/vincent/src/clamav-0.65/clamav-milter' > make[1]: *** No rule to make target `../docs/clamav-milter.8', needed by > `all-am'. Stop. > make[1]: Leaving directory `/home/vincent/src/clamav-0.65/clamav-milter' > make: *** [all-recursive] Error 1 > > Can anyone tell me how to correct this error? >
You can ignore this error or apply the following patch and rebuild clamav. --- 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@ # CLAMD_LIBS is used, because clamav-milter requires the same libraries as clamd -- Igor ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
