in reply to uh... segfault. mod_perl, Apache::DBI and other atrocities.
I saw segfaults with mod_perl due to the interaction of XML::Parser and the trimmed-down Expat shipped with Apache. I had to rebuild Apache and disable Expat linkings (with 1.3.20, it's something like --disable-rule=EXPAT) to fix it, but it worked correctly after that.
I'd suggest revising your code, testing again, testing with a very very simple "Hello, World!" mod_perl program, and then trying the recompile. Unless someone comes up with a better suggestion, that is.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: uh... segfault. mod_perl, Apache::DBI and other atrocities.
by vaevictus (Pilgrim) on Jul 05, 2001 at 03:09 UTC | |
|
Re: Re: uh... segfault. mod_perl, Apache::DBI and other atrocities.
by blakem (Monsignor) on Jul 05, 2001 at 22:52 UTC |