On Mar 1, 2007, at 1:28 AM, Anand Sherkhane wrote:
Hi,
I'm building log4cxx using autogen, confgure, and make. It requires
apr and apr-util and cpp-unit amongst others.
For that, I first build apr and apr-util. I don't build cpp-unit
because that is optional.
Then I provide path to these packages when installing log4cxx. I
wish to know what all packages are necessary to build log4cxx
because it shows a dependency on sqlite3 and iconv.
Has it got something to do with the way apr or apr-util is built?
Thanks,
Anand.
I believe that apr-util is responsibility for bringing both those
in. iconv (on Unix OS when available) is used to implement the
apr_xlate functions which are used for character encoding and
decoding (which log4cxx uses). sqlite3 is likely one of the database
options for the relatively new apr_db methods which log4cxx currently
doesn't use. There may be an apr-util configure flag that would
suppress the database stuff (or maybe not).