update clamav

Discussion in 'Installation/Configuration' started by nokia80, Jun 7, 2010.

  1. nokia80

    nokia80 Member

    hello all

    I have a question, I already have a time reporting clamav is outdate.

    is there a way to update it?


    thank you
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Install all updates of your linux distribution. If this does not remove the warning, then it is safe to ignore it as the calamv antivirus signatures are up to date then.
     
  3. nokia80

    nokia80 Member

    hi till

    i get this error

    system is up to date

    WARNING: Local version: 0.96 Recommended version: 0.96.1
    DON'T PANIC! Read http://www.clamav.net/support/faq
    main.cld is up to date (version: 52, sigs: 704727, f-level: 44, builder: sven)
    daily.cld is up to date (version: 11149, sigs: 95239, f-level: 51, builder: guitar)
    bytecode.cvd is up to date (version: 25, sigs: 3, f-level: 51, builder: nervous)
    --------------------------------------
    Received signal: wake up
    ClamAV update process started at Mon Jun 7 06:58:01 2010
    WARNING: Your ClamAV installation is OUTDATED!
    WARNING: Local version: 0.96 Recommended version: 0.96.1
    DON'T PANIC! Read http://www.clamav.net/support/faq
    main.cld is up to date (version: 52, sigs: 704727, f-level: 44, builder: sven)
    daily.cld is up to date (version: 11149, sigs: 95239, f-level: 51, builder: guitar)
    bytecode.cvd is up to date (version: 25, sigs: 3, f-level: 51, builder: nervous)
    --------------------------------------
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats ok. It's safe to ignore it. For Details why you can ignore it, read the link in the error message. The really relevant parts are:

    main.cld is up to date
    daily.cld is up to date
    bytecode.cvd


    Which means that your clamav uses the latest signatures.
     
  5. nokia80

    nokia80 Member

    hi til

    oo oke beter thanks anyway.

    michael
     
  6. krezimor

    krezimor New Member

    Hello friends!
    Here is my small tutorial for manually configuration and compilation of ClamAV Engine version: 0.99 with clamunrar support.
    My system is Debian Jessie 8.2 with backport kernel 4.2.0-0.bpo.1-amd64.
    With this tutorial you can upgrade from old version 0.98.7 but sume features will work together (old and new ClamAV):
    ~# aptitude install unrar-free libncurses5-dev libbz2-dev
    ~# groupadd clamav && useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav (if upgrade - can skip this step)
    ~# passwd clamav
    ~# mkdir /clamav && cd /clamav
    ~# apt-get build-dep -y clamav
    Download last version of ClamAV from website: clamav.net/downloads
    ~# download last version (currently clamav-0.99.tar.gz) with wget
    ~# tar -xzvf clamav-*.tar.gz && cd clamav-*
    ~# ./configure --sysconfdir=/etc --enable-bzip2 --enable-experimental
    ~# make && make install
    ~# cp libclamav/.libs/libclamav.so.7 /usr/lib/
    ~# cp libclamav/.libs/libclamav.so.7 /usr/local/lib/
    ~# cp libclamav/.libs/libclamunrar.so.7.1.1 /usr/lib/
    ~# cp libclamav/.libs/libclamunrar.so.7.1.1 /usr/local/lib/
    ~# cp libclamav/.libs/libclamunrar_iface.so.7.1.1 /usr/lib/
    ~# cp libclamav/.libs/libclamunrar_iface.so.7.1.1 /usr/local/lib/
    ~# ln -s /etc/clamav/freshclam.conf /etc/
    ~# touch /var/log/freshclam.log
    ~# chmod 600 /var/log/freshclam.log
    ~# chown clamav /var/log/freshclam.log
    ~# chown clamav /var/lib/clamav/
    ~# /etc/init.d/clamav-freshclam stop && freshclam -v && /etc/init.d/clamav-freshclam start
    ~# /etc/init.d/clamav-freshclam status // to check status
    ~# clamscan -riv /home // verbose scan mode for /home directory
    For me this working perfectly.
    Have fun!
     
    Last edited: Dec 13, 2015
    Silwanyx likes this.
  7. Nemis

    Nemis Member

    power command inside :-D
     
  8. krezimor

    krezimor New Member

    Because I`m a novice in this forum I cannot public links. Ok?
    You are like me - try to share one link.
     
    Last edited: Dec 10, 2015
  9. Nemis

    Nemis Member

  10. krezimor

    krezimor New Member

    Screenshot
     

    Attached Files:

Share This Page