"Matthew H. Gerlach" wrote:
> 
> Just to follow up.  I took your advice on building building modperl.  My actual
> command was as follows:
> 
> perl Makefile.PL \
>     EVERYTHING=1 \
>     USE_APACI=1 \
>     APACHE_PREFIX=/lsurf/wohg \
>     APACHE_SRC=../$APACHE/src \
>     DO_HTTP=1 \
>     APACI_ARGS="--enable-rule=expat --enable-module=so --enable-shared=info \
>                 --enable-shared=proxy --enable-shared=rewrite"
> 
> I first tried this with perl 5.005_3 with no problems.  I then upgraded to perl
> 5.6.1, reinstalled the XML::Parser 2.30, and rebuild modperl/apache.  The nasty
> bug showed back up.  At this point it still looks like I'm SOL using
> XML::Parser with perl 5.6.1 under modper.
> 
> I did  download and install XML::LibXML and started playing with it.  I'm
> actually using XML::Parser via XML::Simple to put short XML "messages" into
> handy 'data structures'.   Maybe I should make an XML::LibXML::Simple :)
> 


i would say that XML::LibXML is the most stable
modules ive used
everything else perl has failed for the X3D parsing tool i made:
http://drfrog.fdns.net/perl/parsex3d.pl

this will have a much nicer home at web3d.org at some point soon
they found a bug in it on freebsd timezone related iirc

Reply via email to