Cocoon wrote:
[snip]
> checking for bzReadOpen in -lbz2... no
> checking bzlib.h usability... yes
> checking bzlib.h presence... yes
> checking for bzlib.h... yes

Strange, bz2 lib is not intalled but configure doesn't really complains.

> checking for __dn_expand in -lresolv... no
> checking for dn_expand in -lresolv... yes
> checking resolv.h usability... no
> checking resolv.h presence... yes
> configure: WARNING: resolv.h: present but cannot be compiled
> configure: WARNING: resolv.h:     check for missing prerequisite headers?
> configure: WARNING: resolv.h: see the Autoconf documentation
> configure: WARNING: resolv.h:     section "Present But Cannot Be Compiled"
> configure: WARNING: resolv.h: proceeding with the preprocessor's result
> configure: WARNING: resolv.h: in the future, the compiler will take

This is normal in Solaris, I have bind installed so I don't see this one 
anymore.

And you can disable curl with the respective configure parameter.

[snip]
> Undefined                       first referenced
>  symbol                             in file
> BZ2_bzRead                          scanners.lo
> BZ2_bzReadOpen                      scanners.lo
> BZ2_bzReadClose                     scanners.lo

Just like Dennis said, the recomended procedure here is to install libbz2 (bzip2
package).

Note: there's no need to use crle since the compilation is using -R... and all
those extra library paths are going to be hardcoded; but is always good to know
how your system works.
-- 
René Berber

_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to