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
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
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
3 matches
Mail list logo