Re: [clamav-users] Warning: zlib version at runtime is older

2011-01-22 Thread Sergey
On Friday 10 December 2010, Török Edwin wrote: > > Probably it is the case for handmade distributives. But package > > managers can control this too. I have this case now: "apt-get install > > clamav" did updated clamav but did not updated zlib. Repository > > contain new zlib and ClamAV builded w

Re: [clamav-users] Warning: zlib version at runtime is older

2010-12-10 Thread Török Edwin
On Fri, 10 Dec 2010 11:36:44 +0300 Sergey wrote: > On Friday 10 December 2010, Török Edwin wrote: > > > > Repository contain new zlib and ClamAV builded with it, but > > > package manager use symbol versioning and update of zlib does not > > > occur. > > > > In that case we should add something

Re: [clamav-users] Warning: zlib version at runtime is older

2010-12-10 Thread Sergey
On Friday 10 December 2010, Török Edwin wrote: > > Repository contain new zlib and ClamAV builded with it, but package > > manager use symbol versioning and update of zlib does not occur. > > In that case we should add something for packagers to turn off this > warning. Please open a bug. Are Yo

Re: [clamav-users] Warning: zlib version at runtime is older

2010-12-09 Thread Török Edwin
On Fri, 10 Dec 2010 10:39:10 +0300 Sergey wrote: > On Thursday 09 December 2010, Török Edwin wrote: > > > > Are you sure what it is needed ? zlib have "symbol versioning" > > > and this should be sufficient. > > > > Sure, 1.2.3 and 1.2.5 are compatible at API level. > > > > But you probably ha

Re: [clamav-users] Warning: zlib version at runtime is older

2010-12-09 Thread Sergey
On Thursday 09 December 2010, Török Edwin wrote: > > Are you sure what it is needed ? zlib have "symbol versioning" and > > this should be sufficient. > > Sure, 1.2.3 and 1.2.5 are compatible at API level. > > But you probably had a reason for installing 1.2.5, and want it to be > used. If Clam

Re: [clamav-users] Warning: zlib version at runtime is older

2010-12-09 Thread Török Edwin
On Thu, 9 Dec 2010 16:40:22 +0300 Sergey wrote: > Hello. > > I see in log: > > LibClamAV Warning: zlib version at runtime is older than compile time: > 1.2.3 < 1.2.5 > LibClamAV info: Make sure zlib is built as shared library, and that > the new zlib library is installed in the proper place Th