On Mon, 2003-11-24 at 16:02, Tomasz Kojm wrote:
> On 24 Nov 2003 12:43:29 +0100
> Roger Koot <[EMAIL PROTECTED]> wrote:
> 
> > When building clamav 0.65 on a redhat 7.1 machine, configure barfs on
> > the bzReadOpen function.
> > when doing 'nm /usr/lib/libbz2.so' I get the following result.
> > 
> > 
> > 00003660 T BZ2_blockSort
> > 00003f50 T BZ2_bsInitWrite
> > 0000cee0 T BZ2_bzBuffToBuffCompress
> > 0000cff0 T BZ2_bzBuffToBuffDecompress
> 
> ..
> 
> > I hope someone knows why configure doesn't seem to like the bzReadOpen
> > provided by bzip2-1.0.1
> 
> 
> Please notice that configure only checks for the BZ2_ absence:
> 
> AC_CHECK_LIB(bz2, bzReadOpen, AC_DEFINE(NOBZ2PREFIX),)
> 
> so this is not an error and your installation should be able to scan
> bzip2 archives. You can verify it with `ldd
> /usr/local/lib/libclamav.so`.
> 
> Best regards,
> Tomasz Kojm

Ah, thanks. configure's output had me confused here. I really thought it
failed to link to libbz2.so. but you were completely right. the scanner
does scan within bzip2 archives.
thanks for helping me out

roger



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to