On 04/01/2010 06:23 PM, Jason Bertoch wrote:
>> -----Original Message-----
>> From: clamav-users-boun...@lists.clamav.net [mailto:clamav-users-
>> boun...@lists.clamav.net] On Behalf Of Török Edwin
>> Sent: Thursday, April 01, 2010 11:03 AM
>>
>> Please pastebin the contents of unit_tests/test-suite.log (or run make
>> check VERBOSE=1).
>>
> 
> http://pastebin.com/d57qsB9R
> 
> 
> FAIL: check_clamav (exit: 1)
> ============================
> 
> ERROR: check version mismatch!
>         Version from header: 0.9.6
>         Version from library: 0.9.5
>         Make sure check.h and -lcheck are same version!

There's the problem: you have the headers from check 0.9.6 installed,
but the libraries from check 0.9.5.

Make sure you don't have duplicate check packages on your system (like
one installed by your distribution into /usr, and one you installed
yourself in /usr/local).

find /usr -name check.h
find /usr -name libcheck.a

Best regards,
--Edwin
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to