Hello Edwin,

Below is output for nm /usr/lib/libbz2.a|grep bzDecompress:
0000195c T BZ2_bzDecompress
00001ad4 T BZ2_bzDecompressEnd
00000954 T BZ2_bzDecompressInit

Here is the output for nm -D /usr/lib/libbz2.so*|grep bzDecompress:
0000b960 T BZ2_bzDecompress
0000bb00 T BZ2_bzDecompressEnd
0000aab0 T BZ2_bzDecompressInit
0000b960 T BZ2_bzDecompress
0000bb00 T BZ2_bzDecompressEnd
0000aab0 T BZ2_bzDecompressInit

Thank you,
Frank

On 2008-09-02 23:10, Tšršk Edwin wrote:
 Send me your config.log (off-list, this list strips attachments).
ÊÊ

Thanks for the config.log.

There are 2 problems here:
- configure thinks bzip2 is bugged, but in fact it cannot link (I opened
bb #1158)
- seems like the symbol names are not what configure expects (it should
be either bzDecompress or BZ2_bzDecompress'

/tmp/ccEYOTll.o(.text+0x61):/home/fchan/clamav-0.94/conftest.c:123: undefined
reference to `BZ2_bzDecompress'
/tmp/ccEYOTll.o(.text+0x7d):/home/fchan/clamav-0.94/conftest.c:121: undefined
reference to `BZ2_bzDecompressEnd'


Can you show us the output of these commands:
- nm /usr/lib/libbz2.a|grep bzDecompress
- nm -D /usr/lib/libbz2.so*|grep bzDecompress

Thanks,
--Edwin

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to