Hi,
> you can grab it from:
> http://www.clamav.net/snapshot/clamav-0.66-rc.tar.gz
>
> The final version (with updated clamdoc.pdf) will be available
> in a few hours.
I had a problem with `make install`. I needed to remove the @ from
install_data.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/clamav/clamav-devel/database/Makefile.am,v
retrieving revision 1.6
diff -u -r1.6 Makefile.am
--- Makefile.am 10 Feb 2004 13:51:01 -0000 1.6
+++ Makefile.am 10 Feb 2004 21:28:15 -0000
@@ -24,8 +24,8 @@
install:
$(mkinstalldirs) $(DESTDIR)$(DBINST)
- test -f $(DESTDIR)$(DBINST)/main.cvd || @$(INSTALL_DATA) main.cvd
$(DESTDIR)$(DBINST)
- test -f $(DESTDIR)$(DBINST)/daily.cvd || @$(INSTALL_DATA) daily.cvd
$(DESTDIR)$(DBINST)
+ test -f $(DESTDIR)$(DBINST)/main.cvd || $(INSTALL_DATA) main.cvd
$(DESTDIR)$(DBINST)
+ test -f $(DESTDIR)$(DBINST)/daily.cvd || $(INSTALL_DATA) daily.cvd
$(DESTDIR)$(DBINST)
test -f $(DESTDIR)$(DBINST)/viruses.db && rm -f $(DESTDIR)$(DBINST)/viruses.db
|| true
test -f $(DESTDIR)$(DBINST)/viruses.db2 && rm -f
$(DESTDIR)$(DBINST)/viruses.db2 || true
@if test `id -u` -eq 0 && test -n "${CLAMAVUSER}" && test -n "${CLAMAVGROUP}";
then \
--
Alex Krohn <[EMAIL PROTECTED]>
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users