"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-log4cxx-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]>