Re: segfault with mod_perl, Oraperl, XML::Parser

2001-08-03 Thread Scott Kister
2001, Scott Kister wrote: uselargefiles=define Have you tried turning off uselargefiles? I might be off track here, but recently I tried to install mod_perl on Solaris 5.8. It kept segfaulting until I turned off uselargefiles and binary compatibility with 5.00503. You could try

Re: segfault with mod_perl, Oraperl, XML::Parser

2001-07-30 Thread Scott Kister
, Scott On Sun, July 22 13:30 -0700, Scott Kister wrote: This program core dumps when run under mod_perl on Solaris 2.8 x86. #!./perl use Oraperl; # use DBD::Oracle; fails as well use XML::Parser; my $parser = new XML::Parser; $parser-parsestring(''); # fails with valid xml here

segfault with mod_perl, Oraperl, XML::Parser

2001-07-22 Thread Scott Kister
apologies if this comes through twice, my first try didn't seem to make it This program core dumps when run under mod_perl on Solaris 2.8 x86. #!./perl use Oraperl; use XML::Parser; my $parser = new XML::Parser; $parser-parsestring(''); # fails with valid xml here as well It runs fine on Linux