in reply to mod_perl crashes after apache upgraded

And did you also recompile / reinstall mod_perl2 after you upgraded Apache?

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

  • Comment on Re: mod_perl crashes after apache upgraded

Replies are listed 'Best First'.
Re^2: mod_perl crashes after apache upgraded
by Anonymous Monk on Jan 17, 2011 at 17:42 UTC
    Hi Sure, I did compile against the new apache source code. Another point I found is that apache can be up if I only upgrade the apache/perl rpm, but it crashes after I restart apache. I guess it is due to a library residing in memory. Thanks
      And it compiled without errors and all tests ran OK?

      CountZero

      A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

        Yes, apache and mod_perl are compiled successfully and all tests passed. Thanks for spending time on my question.