Return-Path: Mailing-List: contact modperl-help@apache.org; run by ezmlm Delivered-To: mailing list modperl@apache.org Received: (qmail 38884 invoked from network); 1 Feb 2001 22:25:15 -0000 Received: from proxy.nodeworks.com (HELO www.apache-asp.org) (209.67.152.115) by h31.sny.collab.net with SMTP; 1 Feb 2001 22:25:15 -0000 Received: (from server) �by www.apache-asp.org (8.8.8) with ESMTP id OAA08688; Thu, 1 Feb 2001 14:24:52 -0800 (PST) Message-ID: <3A79E1D6.F99B20F@chamas.com> Date: Thu, 01 Feb 2001 14:23:18 -0800 From: Joshua Chamas Organization: NodeWorks X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en,ja MIME-Version: 1.0 To: Christian Heiss CC: modperl@apache.org Subject: Re: Apache-ASP, XML::XSLT, XML::DOM References: <006201c08c90$c552efa0$1400a8c0@heiss.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > Christian Heiss wrote: > > I have to install Apache-ASP, and there is a optional modul XSLT. > I tried to install this module but there is another prerequisite > Modul XML::DOM needed. If I want install this, the "make test" > command failed, with the error message: > > >"Can't locate object method 'equals' via package 'XML::Parser::ContentModel' at CmpDOM.pm line 168"< > You only need this if you want to use the XSLT feature for Apache::ASP, which is unlikely. If you do, then I would suggest installing with CPAN Bundle::XML , and then build your apache with the disable-rule=EXPAT like so: # modperl part perl Makefile.PL \ APACHE_SRC=../apache_1.3.14/src \ NO_HTTPD=1 \ USE_APACI=1 \ PREP_HTTPD=1 \ EVERYTHING=1 # apache part ./configure \ --prefix=/usr/local/apache \ --activate-module=src/modules/perl/libperl.a \ --enable-module=proxy \ --enable-module=so \ --disable-rule=EXPAT -- Josh _________________________________________________________________ Joshua Chamas Chamas Enterprises Inc. NodeWorks >> free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com 1-714-625-4051