First of all here is a description of my system.
Slackware 8.0
Apache 1.3.23
PHP 4.2.1
mod_perl 1.26
mod_ssl-2.8.6
AxKit 1.52 --
I've gone through the installation, and gotten all the required perl
modules using CPAN. I've check the FAQ at Axkit.org and it said that if
you have PHP and can't do without it, run the makefile with
NO_DIRECTIVES=1 and it will install everything in a different place.
When I run the command:
perl Makefile.PL NO_DIRECTIVES=1
I get the following:
checking for module mod_perl >= version 1.17... yes
checking for module Digest::MD5 >= version 2.09... yes
checking for module Compress::Zlib >= version 0... yes
checking for module Error >= version 0.14... yes
checking for module Apache::Request >= version 0.31_03... yes checking
for module XML::Parser >= version 2.27... yes checking for module
XML::XPath >= version 1.00... yes checking for module HTTP::GHTTP >=
version 1.00... yes checking for module XML::Sablotron >= version
0.40... yes checking for module XML::LibXML >= version 1.31... yes
checking for module XML::LibXSLT >= version 1.31... yes running
xml2-config... ok looking for -lxml2... yes Checking if your kit is
complete... Looks good 'NO_DIRECTIVES' is not a known MakeMaker
parameter name.
First I checked to make sure I had the latest version of MakeMaker, with
I did. I did a search on the net and a couple of people said to ignore
this error. So I continued on to the make and make install part. It
looks as if AxKit is installed in the exact same place as if I didn't
run the NO_DIRECTIVES options, and the child process still Seg Fault. My
httpd.conf looks like this for the VirtualHost. As I only want to allow
xml for one of my host.
<VirtualHost 192.168.0.21>
ServerAdmin
DocumentRoot /home/httpd
ServerName mydomain.com
ErrorLog /var/log/httpd/mydomain.com-error_log
CustomLog /var/log/httpd/mydomain.com-access_log common
PerlModule AxKit
PerlSetVar AxDebugLevel 10
<Directory /home/httpd>
Options FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<FilesMatch "\.(xml|xsl)">
SetHandler perl-script
PerlHandler AxKit
</FilesMatch>
</VirtualHost>
Could someone please let me know if I'm doing something wrong. And how
to correct the problem. Thanks
James Williams
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]