modperl Gurus,
> 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?
Should I try modifying the configuration to see if that is the problem?
Or, should I try to run it under truss to see where it is dying? I would
really like to get my servers upgraded. Could it be some version conflict
between all the different perl/apache modules?
Please let me know what you think about all this. Thank you very much in
advance.
JohnM
## John Mendenhall
## [EMAIL PROTECTED]
## Senior Network/Systems Administrator