Stas, Lupe, and modperl gurus,

Sorry for taking so long to respond to your messages.  I had some other
tasks to take care of.

> What do you get from running:
> nm httpd | grep Apache__Log
>
> there should be boot_Apache__Log there.

I get the following:

[2638]  |    286064|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_alert
[3893]  |    286280|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_crit
[3960]  |    287360|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_debug
[3382]  |    285848|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_emerg
[3619]  |    286496|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_error
[2981]  |    287144|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_info
[2566]  |    285508|     340|FUNC |GLOB |0    |8      |XS_Apache__Log_log
[3223]  |    286928|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_notice
[2866]  |    286712|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_warn
[4347]  |    287988|     772|FUNC |GLOB |0    |8      |boot_Apache__Log

And, Lupe wrote:

> John, please check this:
> grep boot_Apache__Log apache_1.3.26/src/modules/perl/perlxsi.c
> EXTERN_C void boot_Apache__Log _((CV* cv));
>         newXS("Apache::Log::bootstrap", boot_Apache__Log, file);

When I run the above grep, I get the following:

% grep boot_Apache__Log perlxsi.c
EXTERN_C void boot_Apache__Log (pTHXo_ CV* cv);
        newXS("Apache::Log::bootstrap", boot_Apache__Log, file);

So, it appears everything still looks okay.  What is the next step?  Some
sort of truss to determine where this is getting messed up?

JohnM

## John Mendenhall
## [EMAIL PROTECTED]
## Senior Network/Systems Administrator


Reply via email to