On Wednesday, June 22, Joel Bernstein wrote: > Try seeing if you can remove unicode from the equation. RH Perl often > has odd utf-8 settings. Build a non-utf8 perl and link mod_perl with > that? > > Also, it may be as simple as removing .utf8 from $LANG. A lot of RH > boxes I've seen set LANG=en_GB.UTF8 - get rid of the .UTF8 and stuff > works...
Great, thanks. I got the latest RHEL 3 perl source rpm (perl-5.8.0-89.10), set LC_ALL=C, LANG=en_US, rebuilt perl, then rebuilt apache/mod_perl as before, and no more seg faults. Yay. -Brian