Hi Manikandan, I'd try this on a non-production machine first. 1) Download source rpm: ftp://ftp.whitehorsetc.com/pub/qmail/clamav/clamav-toaster-0.98.5-1.4.9.src.rpm 2) Move source rpm to your build directory /path/to/rpmbuild/SRPMS 3) Build the binary rpm: # rpmbuild --rebuild --with cnt50 /path/to/rpmbuild/SRPMS/clamav-toaster-0.98.5-1.4.9.src.rpm 4) # qmailctl stop Note* You could uninstall the old clamav first, before you install the new version but, I didn't do it that way. 5) Install the binary: # rpm -Uvh /path/to/rpmbuild/RPMS/i[3456]86/clamav-toaster-0.98.5-1.4.9.i[3456]86.rpm 6) # qmailctl cdb 7) # qmailctl start Run freshclam manually to see if you're on the new ClamAV binary. If everything went as planned you'll get NO warning about an outdated installation 8) # freshclam
EricS, before we get to far into this can you let me know if I've numbered the packages correctly? EricB On 11/20/2014 9:58 PM, ChandranManikandan wrote: > Hi Eric Broch, > > I have successfully installed rpm on my COS6 64 bit. Could you please > help me to install COS5 32 bit. In which file should need to install > there and what are the steps. > I have tried to install tar.gz on my COS5 but couldn't do that > successfully. > > > On Fri, Nov 21, 2014 at 4:17 AM, Eric Broch <[email protected] > <mailto:[email protected]>> wrote: > > On 11/20/2014 12:45 PM, Eric Shubert wrote: > > On 11/20/2014 08:47 AM, Eric Broch wrote: > >> On 11/20/2014 12:38 AM, ChandranManikandan wrote: > >>> Hi Eric, > >>> Thanks . We will wait for your update soon. > >>> > >>> On Thu, Nov 20, 2014 at 1:24 PM, Eric Broch > <[email protected] <mailto:[email protected]> > >>> <mailto:[email protected] > <mailto:[email protected]>>> wrote: > >>> > >>> On 11/19/2014 8:24 PM, ChandranManikandan wrote: > >>>> Hi All, > >>>> I have received message from server, Clamav toaster > package is > >>>> outdated and need to update on my COS5 and COS6. > >>>> > >>>> I have tried to use this qtp-newmodel in COS5 but doesn't > update > >>>> the patch. > >>>> Could anyone help me to update this package for COS5 and COS6 > >>>> 64 bit. > >>>> Please give the steps . Thanks in advance > >>>> > >>>> -- > >>>> */Thanks & Best Regards, > >>>> Manikandan.C > >>>> /* > >>> Hi Manikandan, > >>> > >>> I was working on ClamAV today and created the source and > binary > >>> RPMS for both COS 5 and 6 on x86_64 architecture from the > newest > >>> ClamAV source, clamav-0.98.5.tar.gz > >>> > >>> Be mindful that I've only installed the COS6 binary > version on a > >>> non-production machine. I've not installed the COS5 > version on any > >>> machine. So, neither has been tested at all. > >>> > >>> The files are located here: > >>> ftp://ftp.whitehorsetc.com/pub/qmail/clamav/ > >>> > >>> Eric > >>> > >>> > >>> > >>> > >>> -- > >>> */Thanks & Best Regards, > >>> Manikandan.C > >>> /* > >> OK, > >> > >> I've installed the newest ClamAV on my business server (CentOS > 5 x86_64) > >> and all seems good--no hiccups--after sending a few emails. > I'll install > >> it on a client's CentOS 5 x86_64 server after a few days. > >> I've tested the newest ClamAV on CentOS 6 x86_64 with a few > emails on a > >> non-production server with success. Be mindful that you have to > turn on > >> logging in the '/etc/clamd.conf' file by uncommenting the setting > >> 'LogFile' which I set to '/var/log/clamd/clamd.log.' I created the > >> directory '/var/log/clamd' and changed it's owner to > 'clamav:clamav' > >> with permissions '750.' Maybe we should turn this on in the '.qt.' > >> version by default. Thoughts? > >> > >> If EricS wouldn't mind, would it be possible to check out the > 'version' > >> and 'release' numbering schemes of the new source and binaries > for your > >> satisfaction? > >> > >> EricB > > > > Which version of clamav would this be? I thought the latest was > > already available. > > > > > clamav-0.98.5.tar.gz > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected] > <mailto:[email protected]> > For additional commands, e-mail: > [email protected] > <mailto:[email protected]> > > > > > -- > */Thanks & Best Regards, > Manikandan.C > /*
