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
--
oo ..... [EMAIL PROTECTED] www.ClamAV.net
(\/)\......... http://www.clamav.net/gpg/tkojm.gpg
\..........._ 0DCA5A08407D5288279DB43454822DC8985A444B
//\ /\ Mon Nov 24 15:05:40 CET 2003
pgp00000.pgp
Description: PGP signature
