[rt-users] rt-3-0-3pre4 apache start problem

Torsten Olschewski to_x at gmx.de
Tue Jun 17 10:32:50 EDT 2003


Autrijus Tang schrieb:

Hi,


> 
> Can you verify that that line reads:
> 
>     $str =~ s/(?<![%\\])%([A-Za-z#*]\w*)\(([^\)]*)\)/"\[$1,".unescape($2)."]"/eg;
> 
> ?

line 157 of Gettext.pm looks like your line.


Line 158 in my Gettext.pm:

$str =~ s/(?<![%\\])%(\d+|\*)/\[_$1]/g;


For testing I have recompiled Perl 5.8.0 and modperl1. Then I installed 
all needed modules by rt-3-0-3pre4 with "sbin/rt-test-dependencies 
--with-mysql --with-modperl1 --install".

All looks fine now, but apache terminates at startup with a segmention 
fault. It looks like a problem with the

PerModule Apache::DBI
PerlRequire /opt/rt3/bin/webmix.pl

entry in httpd.conf. If I comment out these lines apache starts up.



Thanks
Torsten




More information about the rt-users mailing list