On Sat, 18 May 2002, Jaberwocky wrote:
> I'm having some problems with this. Apache seg faults on the call to parse...
..
> #1 0x80c5ad8 in XML_GetBuffer ()
did you build apache with --disable-rule=EXPAT ?
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat, May 18, 2002 at 05:03:11PM -0400, Jaberwocky wrote:
> I'm having some problems with this. Apache seg faults on the call to parse...
http://perl.apache.org/guide/troubleshooting.html#Segfaults_when_using_XML_Parser
- --
Stephen Clouse <[EMAI
I'm having some problems with this. Apache seg
faults on the call to parse...
This is the code I'm calling:
package Something::Configure;
sub new{ my $pkg =
shift; my %params = @_; my $debug = (exists $params{debug} ?
$params{debug} : 0 ); my $file = (exists $params{file} ? $params{file}