Re: Apache segfaulting upon perl module load

1999-10-06 Thread Keith G. Murphy
Thank you, Doug. This turned out to be the solution. A complicating factor was that I was building from .deb files, since I run Debian, and the mod_perl source .deb blows up. I wanted to do things in such a way that I ended up with good .debs, to make it easier to deinstall, replace, etc. I did

Re: Apache segfaulting upon perl module load

1999-10-01 Thread Doug MacEachern
one solution is to build Apache and mod_perl from source, and linking mod_perl static instead of a dso. -Doug On Wed, 29 Sep 1999, Keith G. Murphy wrote: > I'm having a strange problem where apache is segfaulting when I start > it. The only time I get the segfault is when DynaLoader.pm loads an

Apache segfaulting upon perl module load

1999-09-30 Thread Keith G. Murphy
I'm having a strange problem where apache is segfaulting when I start it. The only time I get the segfault is when DynaLoader.pm loads an ".so" file, for example, DBI.so, resulting from "use DBI" or "use Apache::DBI" in startup.pl. But "use Apache::Status", resulting in loads of Request.so, et al