[EMAIL PROTECTED] wrote: > > I've searched a lot throug the archive of this mailinglist and found lot's > of postings also pointing to Segmentation fault (11), but usually the > suggested solution was to have a look in the SUPPORT-file in the mod_perl > directory.
Actually, the suggested solution is always the same, get a crash dump (core) and unwind it in gdb (or dbx on AIX). Lots of google links will tell you more. When you have the backtrace/stack dump, we'd be interested. Most likely, your httpd and perl builds aren't compatible. If it's some other issue, the backtrace is essential to help you further.