You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by George Sanderson <ge...@xorgate.com> on 2001/02/24 06:04:39 UTC

Re: FileMan core dump

At 05:39 PM 2/24/2001 -1100, you wrote:
>But, when I add teh line to my httpd.conf file:  
>
>PerlModule Apache::FileMan;
>
>(the PerlModule Apache::Icon; directive is ok, just comment out
>the PerlModule Apache::FileMan and OK, comment it in, and coredump.)
>
>The Apache server will coredump when you try to start it.
>The server also coredumps on the '-t' test conf file syntax switch.
>Eg: /usr/sbin/httpd -DHAVE_PERL -t
>
>Using Redhat 7.2, apache 1.3.12
>
Do you have mod_perl staticly linked?  I use to have mod_perl loaded as a
DSO with simular results.
Was your Apache, Perl (what version?), and mod_perl (what version?) built
from source code all using the same compiler?