Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 18238 invoked by uid 500); 6 Apr 2001 01:12:29 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 18222 invoked from network); 6 Apr 2001 01:12:28 -0000 Sender: root@server.NilSpace.COM Message-ID: <3ACD1805.93A76484@nilspace.com> Date: Thu, 05 Apr 2001 21:12:37 -0400 From: Neil Gunton Organization: NilSpace Inc X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.17-14smp i586) X-Accept-Language: en MIME-Version: 1.0 To: khoward@up.elctech.com CC: embperl@perl.apache.org Subject: Re: XMLParser error in embperl XML call. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > I'm using the XPath module in an embperl page and having trouble trying to > make a call to the method findnodes on an XPath object. The call dies > only when run under embperl (w/mod_perl). The exact place of failure is > at: > > XML::XPath::XMLParser::parse at the return call where XML::Parser::parse > is called. > > I can provide a sample file if someone would like to see the behavior, > otherwise any suggestions to how to resolve this will be appreciated. I had a problem using SOAP::Lite from mod_perl. It turned out to be a problem with a conflict in Expat and the symbol tables in apache. You need to rebuild apache, making the rule 'EXPAT=no' in src/Configuration. See also http://archive.covalent.net/modperl/2000/04/0185.xml. When I rebuilt apache, the problem went away. It is related to expat, which XMLParser is calling. It's not clear to me if this is a problem that will be fixed soon or not, but it is a workaround in the meantime. Hope this helps... -Neil --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org