well one of my servers was returning this
LibClamAV Warning: [Bytecode JIT]: JITed code intercepted runtime error!
LibClamAV Warning: Bytcode 37 failed to run: Error during bytecode execution
LibClamAV Warning: [Bytecode JIT]: recovered from error
LibClamAV Warning: [Bytecode JIT]: JITed code intercepted runtime error!
LibClamAV Warning: [Bytecode JIT]: Bytecode run timed out, timeout flag set
LibClamAV Warning: Bytcode 37 failed to run: Unknown error code
LibClamAV Warning: [Bytecode JIT]: recovered from error
LibClamAV Warning: [Bytecode JIT]: JITed code intercepted runtime error!
LibClamAV Warning: Bytcode 37 failed to run: Error during bytecode execution
this one i fix it the box is ok now something was wrong with the databases
another one server that i bought yesterday the maiscanner front end i update through mailscanner front end to version ClamAV - v0.97.3 i still observe this
LibClamAV Warning: cli_scanbzip: bzip2 support not compiled in
LibClamAV Warning: cli_scanbzip: bzip2 support not compiled in
i think clamscan misses some test files
Package bzip2-1.0.3-6.el5_5.x86_64 is already installed and latest version
do you think i have to recompile with --enable-bzip2 ?
tar -xzf clamav-*
cd clamav*
./configure --disable-zlib-vcheck --enable-bzip2
make
make install
?