RE: [Clamav-users] Upgrade from 75.1 to 80

2004-10-20 Thread Ken Jones

> [EMAIL PROTECTED] <> wrote:
>> I havrecommendaded ver80 and now I'm not sure how to proceed.
>> I've read the manual but I can't info on how to upgrade, is
>> it best to remove the previous version or install over it.?
>>
>
> This came from someone on the list, I've just made a few minor changes
>
> With ver 0.80 they changed clamav.conf to clamd.conf so either call the
> old .conf direct or copy /etc/backup.clamav.conf /etc/clamd.conf

I would recomend going through the new clamd.conf and editing it. There
are many options in clamav.conf that have been removed from the new
version.

>
> Graham


--
Ken Jones
[EMAIL PROTECTED]


___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


RE: [Clamav-users] Upgrade from 75.1 to 80

2004-10-20 Thread Graham Dodd
[EMAIL PROTECTED] <> wrote:
> I have downloaded ver80 and now I'm not sure how to proceed.
> I've read the manual but I can't info on how to upgrade, is
> it best to remove the previous version or install over it.?
> 

This came from someone on the list, I've just made a few minor changes

With ver 0.80 they changed clamav.conf to clamd.conf so either call the 
old .conf direct or copy /etc/backup.clamav.conf /etc/clamd.conf

Graham

Updating ClamAv Binary

The cleanest process would be:
unpack the old distribution:
tar -zxf clamav-0.70.tar.gz
run configure
cd clamav-0.70
./configure
Unpack the new distribution:
cd ..
tar -zxf clamav-0.75.tar.gz
run configure:
cd clamav-0.75
./configure
become root
compile it:
make

# backup running clamav.conf
cp /etc/clamav.conf /etc/backup.clamav.conf
/etc/rc.d/init.d/exim stop
/etc/rc.d/init.d/clamav stop

#check that clamav processes have stopped (if not then kill manually)
ps ax | grep clamav

uninstall the existing clamav stuff:
cd ../clamav-0.70
make uninstall
install the new stuff:
cd ../clamav-0.75
make install

# copy working clamav.conf
cp /etc/backup.clamav.conf /etc/clamav.conf

/etc/rc.d/init.d/clamav start
run freshclam
/etc/rc.d/init.d/exim start


___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Upgrade from 75.1 to 80

2004-10-19 Thread Tomasz Kojm
On Tue, 19 Oct 2004 18:59:02 +0100
"lnx" <[EMAIL PROTECTED]> wrote:

> I have downloaded ver80 and now I'm not sure how to proceed.  I've
> read the manual but I can't info on how to upgrade, is it best to
> remove the previous version or install over it.?

The first option.

-- 
   oo. Tomasz Kojm <[EMAIL PROTECTED]>
  (\/)\. http://www.ClamAV.net/gpg/tkojm.gpg
 \..._ 0DCA5A08407D5288279DB43454822DC8985A444B
   //\   /\  Tue Oct 19 20:47:00 CEST 2004


pgppntJVx0NX8.pgp
Description: PGP signature
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users