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

Hi hsinclai, Yes, it is a huge jump. but I think "No such file or directory" from config.c only shows the apache source code is not found. Thanks for your reply ysmartnet
  • Comment on Re^2: mod_perl crashes after apache upgraded

Replies are listed 'Best First'.
Re^3: mod_perl crashes after apache upgraded
by hsinclai (Deacon) on Jan 17, 2011 at 04:52 UTC
    > I think "No such file or directory" from config.c only shows the apache source code is not found.

    Actually, no, I don't believe it means the source code is not found -- it is telling you which line in config.c is generating the error "No such file or directory".. so if you consulted line 148 in the source code of config.c you would see the source code that threw that particular exception.