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
> 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.