in reply to Re: mod_perl crashes after apache upgraded
in thread mod_perl crashes after apache upgraded

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
  • Comment on Re^2: mod_perl crashes after apache upgraded

Replies are listed 'Best First'.
Re^3: mod_perl crashes after apache upgraded
by CountZero (Bishop) on Jan 17, 2011 at 21:49 UTC
    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.