RE: log4cxx 0.10.0 Solaris build problem

2008-04-15 Thread Chakravarthula, Krishnamurthy
-Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 5:12 AM To: Log4CXX User Subject: Re: log4cxx 0.10.0 Solaris build problem On Apr 14, 2008, at 8:37 AM, Chakravarthula, Krishnamurthy wrote: > Experts, > > When I am building log4cxx 0.10.0 on

RE: log4cxx 0.10.0 Solaris build problem

2008-04-15 Thread Chakravarthula, Krishnamurthy
-Original Message- From: Jostein Tveit [mailto:[EMAIL PROTECTED] Sent: Monday, April 14, 2008 7:20 PM To: Log4CXX User Subject: Re: log4cxx 0.10.0 Solaris build problem "Chakravarthula, Krishnamurthy" <[EMAIL PROTECTED]> writes: > When I am building log4cxx 0.10.0 on Solaris and I get

Re: log4cxx 0.10.0 Solaris build problem

2008-04-15 Thread Jostein Tveit
"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 ./co

RE: log4cxx 0.10.0 Solaris build problem

2008-04-15 Thread Chakravarthula, Krishnamurthy
Jostein, I downloaded http://mirrorservice.nomedia.no/apache.org/apr/apr-1.2.12.tar.gz unzipped and then executed ./configure. Then executed make and I got following error. Please advice. configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. configure.in: You should verify that con

MDC::put won't overwrite an existing value

2008-04-15 Thread Dale King
Not sure if this was by design and not sure if the equivalent log4j behaves the same way, but MDC::put will not overwrite an existing property with a new one. The new one is just ignored. For example: MDC::put( "key", "value1" ); MDC::put( "key", "value2" ); Will result in the key property