Re: [Clamav-users] Erroneous installation is OUTDATED message?

2005-02-09 Thread Johan Barelds
Hi Bob,

I had the same problem after upgrading to v0.82.
The solution is quite simple:
check for old clamav libs left from former installations (filenames 
libclamav.xx) and remove them.
Probably they are in /usr/local/lib/

Good luck!

Grz. Johan

Op woensdag 9 februari 2005 18:44, schreef Bob Cunningham:
 Just installed 0.82:

 # freshclam -V
 ClamAV 0.82/702/Wed Feb  9 02:31:34 2005

 So ... why would I be getting the warning:

 # freshclam -v
 Current working dir is /opt/csw/share/clamav
 Max retries == 3
 ClamAV update process started at Wed Feb  9 07:39:37 2005
 Querying current.cvd.clamav.net
 TTL: 669
 Software version from DNS: 0.82
 WARNING: Your ClamAV installation is OUTDATED - please update
 immediately!
 WARNING: Local version: 0.81 Recommended version: 0.82
 main.cvd version from DNS: 29
 main.cvd is up to date (version: 29, sigs: 29086, f-level: 3, builder:
 tomek)
 daily.cvd version from DNS: 702
 daily.cvd is up to date (version: 702, sigs: 1368, f-level: 4, builder:
 trog)
 Freeing option list...done

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

-- 
Kind Regards / Met vriendelijke groet,

Johan Barelds   Good-IT!
Tel.+31(0)70-3965230Strijplaan 320
Mob.+31(0)6-542537502285 HZ  Rijswijk(ZH)
[EMAIL PROTECTED]   http://www.good-it.com
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Erroneous installation is OUTDATED message?

2005-02-09 Thread Brian Morrison
On Wed, 9 Feb 2005 07:44:33 -1000 in
[EMAIL PROTECTED] Bob Cunningham
[EMAIL PROTECTED] wrote:

  So ... why would I be getting the warning:

You probably have an old freshclam somewhere in your path...

-- 

Brian Morrison

bdm at fenrir dot org dot uk

GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Erroneous installation is OUTDATED message?

2005-02-09 Thread Graham Toal
I've been getting those messages too for about a week.  I updated to
the devel version on December 26th, after staying with 0.75 for too
long.  I do *not* have any old copies of either libclamav or freshclam
anywhere; I've checked carefully with find and locate.  clamscan -V
reports ClamAV devel-20041226/702/Wed Feb  9 06:31:34 2005

Is it likely I do need to update or is mine a false report too?  I see
the high levels of traffic and problems on this mailing list and I'm
reluctant to install every latest tweak on what is a heavily used
live system. (17,000 users)  I prefer to live with known limitations
until a solid stable release is identified.

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


Re: [Clamav-users] Erroneous installation is OUTDATED message?

2005-02-09 Thread Ken Jones

 I've been getting those messages too for about a week.  I updated to
 the devel version on December 26th, after staying with 0.75 for too
 long.  I do *not* have any old copies of either libclamav or freshclam
 anywhere; I've checked carefully with find and locate.  clamscan -V
 reports ClamAV devel-20041226/702/Wed Feb  9 06:31:34 2005

You are running a copy between 80 and 81. .81 was released on Jan 26, and
.82 on Feb 06 of this year.


 Is it likely I do need to update or is mine a false report too?  I see
 the high levels of traffic and problems on this mailing list and I'm
 reluctant to install every latest tweak on what is a heavily used
 live system. (17,000 users)  I prefer to live with known limitations
 until a solid stable release is identified.

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



-- 
Ken Jones


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


Re: [Clamav-users] Erroneous installation is OUTDATED message?

2005-02-09 Thread Brian Morrison
On Wed, 09 Feb 2005 12:10:20 -0600 in [EMAIL PROTECTED]
Graham Toal [EMAIL PROTECTED] wrote:

  I've been getting those messages too for about a week.  I updated to
  the devel version on December 26th, after staying with 0.75 for too
  long.  I do *not* have any old copies of either libclamav or
  freshclam anywhere; I've checked carefully with find and locate. 
  clamscan -V reports ClamAV devel-20041226/702/Wed Feb  9 06:31:34
  2005

Well that version is pre-0.81 then. 0.82 is the current released version
so you're almost two releases behind.

-- 

Brian Morrison

bdm at fenrir dot org dot uk

GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Erroneous installation is OUTDATED message?

2005-02-09 Thread clamav
At 09:53 AM 2/9/2005, you wrote:
Hi Bob,
I had the same problem after upgrading to v0.82.
The solution is quite simple:
check for old clamav libs left from former installations (filenames
libclamav.xx) and remove them.
Probably they are in /usr/local/lib/
Good luck!
easier - cd to the build directory for the previous version and run
make uninstall
then cd to the new build directory and repeat make install.
Paul Theodoropoulos
http://www.anastrophe.com
http://www.smileglobal.com
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Erroneous installation is OUTDATED message?

2005-02-09 Thread Bob Cunningham
That's it.  The old libraries are still there, probably because
I didn't do a proper make uninstall!
On Feb 9, 2005, at 9:26 AM, [EMAIL PROTECTED] wrote:
At 09:53 AM 2/9/2005, you wrote:
Hi Bob,
I had the same problem after upgrading to v0.82.
The solution is quite simple:
check for old clamav libs left from former installations (filenames
libclamav.xx) and remove them.
Probably they are in /usr/local/lib/
Good luck!
easier - cd to the build directory for the previous version and run
make uninstall
then cd to the new build directory and repeat make install.
Paul Theodoropoulos
http://www.anastrophe.com
http://www.smileglobal.com
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Erroneous installation is OUTDATED message?

2005-02-09 Thread Graham Toal
  I've been getting those messages too for about a week.  I updated to
  the devel version on December 26th, after staying with 0.75 for too
  long.  I do *not* have any old copies of either libclamav or freshclam
  anywhere; I've checked carefully with find and locate.  clamscan -V
  reports ClamAV devel-20041226/702/Wed Feb  9 06:31:34 2005

 You are running a copy between 80 and 81. .81 was released on Jan 26, and
 .82 on Feb 06 of this year.

Thank you to both of the people who pointed this out.

I think there may be an assumption on the part of the authors that all
the clamav users actually run the command and see the warnings.  For me
at least that is not the case, it is invoked by an SMTP filter and
I never see it, except sometimes accidentally when I'm checking
something.  The traffic on this list is way too high to read every
post (at least for someone like me who just uses the code and is
not actively tracking every minor change - something I dare not
do on a production system) and the releases that force a rebuild
are *not* clearly marked in the subject lines in this group.  I
always miss them.  That may be my failing but I bet I'm not alone.

Can I suggest a mailing list for announcements to be used for
must do upgrades using the stable source chain; or at a minimum
a very visible subject line to be standardised on, maybe to the
extent that I can catch it consistently with a procmail filter to
ensure it stands out.

I appreciate all the work you guys do keeping this code up to date,
but I get the impression that the majority of users are 'bleeding
edge' developers.  Please keep us plodders in mind too, where our
primary goal is stability and a lack of surprises and sudden urgent
repairs.  I've seen way too many posts of people installing new
fixes then having something break to be willing to do that.


thanks

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


Re: [Clamav-users] Erroneous installation is OUTDATED message?

2005-02-09 Thread Steven Stern
On Wed, 09 Feb 2005 15:40:25 -0600, Graham Toal [EMAIL PROTECTED] wrote:

Can I suggest a mailing list for announcements to

http://clamav.net/ml.html#pagestart
-- 
  Steve 
   
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Erroneous installation is OUTDATED message?

2005-02-09 Thread Brian Morrison
On Wed, 09 Feb 2005 15:40:25 -0600 in [EMAIL PROTECTED]
Graham Toal [EMAIL PROTECTED] wrote:

  Can I suggest a mailing list for announcements to be used for
  must do upgrades using the stable source chain;

There is already an announcement list and an RSS feed of that and the
ClamAV news page...

-- 

Brian Morrison

bdm at fenrir dot org dot uk

GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Erroneous installation is OUTDATED message?

2005-02-09 Thread Graham Toal
 Can I suggest a mailing list for announcements to

 http://clamav.net/ml.html#pagestart

Argh.  OK, T FM is R'd.  I've subscribed there and am unsubscribing
here.  So long guys, thanks for the help.

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