Re: Seg fault on apache start

2002-05-20 Thread Doug MacEachern
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 ?

Re: Seg fault on apache start

2002-05-18 Thread Stephen Clouse
-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

Seg fault on apache start

2002-05-18 Thread Jaberwocky
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}