costinm@covalent.net wrote:
> Can you try again ? I suspect it was a problem with some log statements
> having NULL params ( as %s ).
>
> I switched to use apr_vsprintf, now it should be consistent on all
> platforms.
That fixes the cores: APR is great!
>
> Let me know what's the next error :-)
+++
[Mon Jun 10 10:01:52 2002] [warn] config.setAttribute() 1 setting
logger.apache2: level DEBUG
[Mon Jun 10 10:01:52 2002] [warn] config: set logger.apache2: / file / bogus
bogus %p ^P?^N^H = logger.apache2:.file
[Mon Jun 10 10:01:52 2002] [warn] config.setAttribute() Error setting
logger.apache2: file /export/home/apache20/apache20/logs/mod_jk.log
[Mon Jun 10 10:01:52 2002] [warn] config.setAttribute() 1 setting
logger.apache2: file /export/home/apache20/apache20/logs/mod_jk.log
[Mon Jun 10 10:01:52 2002] [warn] config: set logger.apache2: / debug / bogus
bogus %p ^P?^N^H = logger.apache2:.debug
+++
The same occurs for each [conf_element] in the conf/workers2.properties
>
> Costin
>
>
> On Thu, 6 Jun 2002, jean-frederic clere wrote:
>
>
>>GOMEZ Henri wrote:
>>
>>>>? I have:
>>>>$ /home1/apache20/apache20/bin/apxs -q EXTRA_CFLAGS
>>>>-DNO_DBM_REWRITEMAP$
>>>>$ /home1/apache20/apache20/bin/apxs -q CFLAGS
>>>>-DXTI_SUPPORT$
>>>>
>>>>The DXTI_SUPPORT is the missing one ;-)
>>>
>>>
>>>Ok, so we need to concat CFLAGS & EXTRA_CFLAGS in jk_apxs.m4.
>>>
>>>I must leave, could you update the CVS JF ?
>>
>>Done ;-)
>>
>>I will test the result tomorrow. The libtool or the libcrypt I have is somehow
>>broken: libtool has build *.a instead *.so:
>>+++
>>
>>*** Warning: This library needs some functionality provided by -lcrypt.
>>*** I have the capability to make that library automatically link in when
>>*** you link to this library. But I can only do this if you have a
>>*** shared version of the library, which you do not appear to have.
>>
>>++
>>
>>
>>>--
>>>To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
>>>For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
>>>
>>>
>>
>>
>>
>>--
>>To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
>>For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
>>
>>
>
>
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|