ClamAV 0.98.1 released

Is there any better solution to this yet?

Code:
/usr/lib64/
-rw-r--r--  1 root root  2070984 Jul 31  2013 libxml2.a
lrwxrwxrwx  1 root root       17 Sep 21 12:45 libxml2.so -> libxml2.so.2.6.26
lrwxrwxrwx  1 root root       17 Sep 21 12:44 libxml2.so.2 -> libxml2.so.2.6.26
-rwxr-xr-x  1 root root  1298872 Jul 31  2013 libxml2.so.2.6.26

Code:
/usr/local/lib/
-rw-r--r--  1 root root 6549470 Sep 22 01:12 libxml2.a
-rwxr-xr-x  1 root root     976 Sep 22 01:12 libxml2.la
lrwxrwxrwx  1 root root      16 Sep 22 01:12 libxml2.so -> libxml2.so.2.7.6
lrwxrwxrwx  1 root root      16 Sep 22 01:12 libxml2.so.2 -> libxml2.so.2.7.6
-rwxr-xr-x  1 root root 4155656 Sep 22 01:12 libxml2.so.2.7.6

CentOS 5.10 64bit
 
Finally

I finally managed to update ClamAV.
As it turns out I had the option new_zlib=yes but zlib=no.

After changing the symlink as described by SeLLeRoNe it worked.
 
We've noticed the same problem on our CentOS 5.x box and it seems that there is a bug in ClamAV when using --prefix=/usr and libxml from /usr/local. Due to many requests/reports about ClamAV installations in /usr/local, and not-working CB installations of ClamAV in /usr because of that, we've decided to change the path to /usr/local. Please check if that solves the problem. Thank you! :)
 
Back
Top