I'm having an issue running AxKiti which I can't seem to figure out. When I enable AxKit in httpd.conf, Apache crashes.
I'm running OpenBSD 3.3, a chrooted, non-expat build of Apache 1.3.27 with mod_perl 1.27, mod_ssl 2.8.12, and OpenSSL 0.9.7-beta3. I'm also running Perl 5.8.0, and AxKit 1.6.1 built with all the optional libraries. The only LoadModule line I have is: LoadModule perl_module /usr/lib/apache/modules/mod_perl.so And the lines I'm using in my httpd.conf are as suggested by the quick start guide. I included the snippet from my httpd.conf and the gdb backtrace below. If anyone can help, you'll be my best friend - for a few hours anyway >:) -Rick- httpd.conf ---------- *snip* # Note: The order is which modules are loaded is important. Don't change # the order below without expert advice. # # Example: # LoadModule foo_module libexec/mod_foo.so LoadModule perl_module /usr/lib/apache/modules/mod_perl.so PerlModule AxKit SetHandler perl-script PerlHandler AxKit AxAddStyleMap application/x-xpathscript Apache::AxKit::Language::XPathScript #AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot # # ExtendedStatus controls whether Apache will generate "full" status # information (ExtendedStatus On) or just basic information (ExtendedStatus *snip* gdb backtrace ------------- This GDB was configured as "i386-unknown-openbsd3.3"... (no debugging symbols found)... (gdb) run -X Starting program: /usr/sbin/httpd -X Program received signal SIGSEGV, Segmentation fault. 0x4057896c in ?? () (gdb) bt #0 0x4057896c in ?? () #1 0x4034a041 in ?? () #2 0x4032c7d0 in ?? () #3 0x4032c55a in ?? () #4 0x4033089b in ?? () #5 0x4033053c in ?? () #6 0x40315263 in ?? () #7 0x4036fb95 in ?? () #8 0x40363992 in ?? () #9 0x40365006 in ?? () #10 0x4034a041 in ?? () #11 0x4032c7d0 in ?? () #12 0x4032c942 in ?? () #13 0x40284882 in ?? () #14 0x4027ec35 in ?? () #15 0x39a8c in ?? () #16 0x39e82 in ?? () #17 0x39eef in ?? () #18 0x3a79e in ?? () #19 0x3affc in ?? () #20 0x4885c in ?? () #21 0x4937c in ?? () #22 0x10d0 in ?? () --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
