I just noticed that Mr. Chakravarthula is referring to 1.2.2 of apr and
apr-util.

But Mr. Tveit says to use 1.2.12, which I think is correct.

Could this be the problem?

I also notice that the "INSTALL" file that comes in the .zip download
includes the following:

---
     The following files placed in the lib directory:
         apr-1.2.2.tar.gz
         apr-util-1.2.2.tar.gz
---

which perhaps may have led Mr. Chakravarthula to think the 1.2.2
versions should be used...


-----Original Message-----
From: Jostein Tveit [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 15, 2008 5:51 AM
To: Log4CXX User
Subject: Re: log4cxx 0.10.0 Solaris build problem

"Chakravarthula, Krishnamurthy" <[EMAIL PROTECTED]> writes:

> 1. Downloaded apr-1.2.2 and apr-util-1.2.2 source code. Executed 
> aclocal, "automake --add-missing" and then ./configure before 
> executing make on apr. I get the following make error.

I don't think you have to run aclocal before ./configure.

Just download apr
(e.g. http://mirrorservice.nomedia.no/apache.org/apr/apr-1.2.12.tar.gz)
uzip and then run:
$ ./configure
$ make

Then download apr-util
(e.g.
http://mirrorservice.nomedia.no/apache.org/apr/apr-util-1.2.12.tar.gz)
unzip and then run:
$ ./configure --with-apr=<path to apr source dir> $ make

Then download log4cxx
(e.g.
http://www.powertech.no/apache/dist/logging/log4cxx/0.10.0/apache-log4cx
x-0.10.0.tar.gz)
unzip and then run:
$ ./configure --with-apr=<path to apr source dir> --with-apr-util=<path
to apr-util source dir> $ make $ make check


Did you try this?


--
Jostein Tveit <[EMAIL PROTECTED]>

Reply via email to