Your ClamAV installation is OUTDATED

Discussion in 'Server Operation' started by edge, Jun 1, 2007.

  1. edge

    edge Active Member Moderator

    I'm seeing sinds yesterday (31st of May) in my mail.warn a lot of the following warnings:
    Anyone here who know of an easy way of updating freshclam?
    It's used in combination of ISPconfig
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You can either compile ClamAV 0.90.3 like this:

    Code:
    ./configure --prefix=/home/admispconfig/ispconfig/tools/clamav --sysconfdir=/home/admispconfig/ispconfig/tools/clamav/etc --with-user=admispconfig --with-group=admispconfig --disable-clamav --disable-bzip2 --disable-zlib-vcheck
    make
    make install
    or wait until the next ISPConfig version is released (I've already uploaded the new ClamAV and PHP to SVN). :)
     
  3. edge

    edge Active Member Moderator

    Thank you falko,

    I'll just wait for the next version of ISPconfig.
     
  4. Ben

    Ben ISPConfig Developer ISPConfig Developer

    Is there already an approximate relase day / week for the release?

    Edit: I configured it manually, worked fine and so I found out that the packages "libcurl3-dev" (for curl) and libgmp3-dev were missing (even if they inly caused warnings).
     
    Last edited: Jun 2, 2007
  5. falko

    falko Super Moderator ISPConfig Developer

    I haven't spoken to Till yet, but I guess within the next two weeks (we have to release a new version anyway to support the new Fedora 7).
     

Share This Page