Hi, (nearly) same problem here
following the instructions in the SUPPORT file i got this:
----------------------------------------------------------------------
Program received signal SIGSEGV, Segmentation fault.
0x4023dfce in XS_AxKit_Debug ()
from /usr/lib/perl5/site_perl/5.6.1/i586-linux/auto/AxKit/AxKit.so
(gdb) bt
#0 0x4023dfce in XS_AxKit_Debug ()
from /usr/lib/perl5/site_perl/5.6.1/i586-linux/auto/AxKit/AxKit.so
#1 0x0810e969 in Perl_pp_entersub ()
#2 0x08108cdd in Perl_runops_standard ()
#3 0x080c8f84 in perl_call_sv ()
#4 0x080c8d60 in perl_call_sv ()
#5 0x0807dc44 in perl_call_handler ()
#6 0x4024023a in axkit_handler ()
from /usr/lib/perl5/site_perl/5.6.1/i586-linux/auto/AxKit/AxKit.so
#7 0x0809a717 in ap_invoke_handler ()
#8 0x080aff0b in ap_some_auth_required ()
#9 0x080aff80 in ap_process_request ()
#10 0x080a6d92 in ap_child_terminate ()
#11 0x080a6f44 in ap_child_terminate ()
#12 0x080a70b8 in ap_child_terminate ()
#13 0x080a7760 in ap_child_terminate ()
#14 0x080a7fcf in main ()
#15 0x400aa5b0 in __libc_start_main () from /lib/libc.so.6
----------------------------------------------------------------------
im with perl5.6.1, Apache 1.3.24 & AxKit 1.52 and in my httpd.conf i have
----------------------------------------------------------------------
# AxKit
Alias /xml/ /usr/apache/xml/
PerlModule AxKit
<Location /xml>
SetHandler perl-script
PerlHandler AxKit
Options ExecCGI
allow from all
AxAddStyleMap application/x-xpathscript
Apache::AxKit::Language::XPathScript
</Location>
----------------------------------------------------------------------
thanks in advance
Matthias
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]