On Sep 30, 2008, at 7:52 AM, Ambarish Mitra wrote:
Hello all,
I have download the source of log4cxx 0.10, and trying to build on
Solaris
10 - Sparc 64 bit.
I have done configure correctly, and the makefile was generated.
Now when I do a "make", it gives me this error, and I do not know
why it
looks for libdb-4.2. Is there any dependency? What are all the
dependencies?
grep: can't open /usr/local/BerkeleyDB.4.2/lib/libdb-4.2.la
Not directly, but APR-Util can be built with a dependency on
BerkleyDB. How did you build apr-util? You could specify
./configure --without-berkley-db
when building apr-util. Haven't tried it myself.