Cmer31

Member
Sep 6, 2010
5
0
51
Hello

After you install ClamAV from the admin interface I receive a message

Code:
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
I board try uninstalling and reinstalling since CPaddons but the problem still persists.
Is there a solution to this error message?
 

JaredR.

Well-Known Member
Feb 25, 2010
1,834
27
143
Houston, TX
cPanel Access Level
Root Administrator
Make sure that the version numbers of the zlib and the zlib-devel RPM packages are the same:

Code:
# rpm -q zlib
zlib-1.2.3-3
# rpm -q zlib-devel
zlib-devel-1.2.3-3
Also run rpm with the -V switch to check for any discrepancies between the installed files and the RPM packages:

Code:
# rpm -V zlib
# rpm -V zlib-devel
#
If there is any output from rpm -V, or if the versions of zlib and zlib-devel do not match, then I recommend reinstalling zlib and zlib-devel using yum, then reinstalling ClamAV.

If the versions of zlib and zlib-devel are the same, and rpm -V gives no output, please submit a ticket so that we may investigate this directly on your server.
 

mohit

Well-Known Member
Jul 12, 2005
553
0
166
Sticky On Internet
one of my server which is unable to install clamav shows dual instances of zlib,


can someone suggest a solution to have this fixed and install clamav
 

JaredR.

Well-Known Member
Feb 25, 2010
1,834
27
143
Houston, TX
cPanel Access Level
Root Administrator
You may see two versions listed, one 32-bit and 64-bit. This is not unusual for many packages.

If you are experiencing problems installing ClamAV, please submit a ticket so that we may log into your server and investigate it directly and fix it for you. The problem may not be the same on every server and it is difficult to give a generic list of steps that will fix it in every instance.