You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by ma...@hotprize.com on 2000/02/28 19:10:01 UTC

Re: mod_perl/5221: server doesn't start up, problem seems related to PerlRequire

The following reply was made to PR mod_perl/5221; it has been noted by GNATS.

From: marcus@hotprize.com
To: ask@apache.org
Cc: apbugs@apache.org
Subject: Re: mod_perl/5221: server doesn't start up, problem seems related
 to PerlRequire
Date: Mon, 28 Feb 2000 13:03:29 -0500 (EST)

 There are two workarounds for the problem.
 
 1) Link mod_perl statically (Rene Seindal)
 
 2) Use mod_perl as DSO and in the configuration 
    file (httpd.conf) move the LoadModule and AddModule
    directive for mod_perl to the top.
    This is the simplest solution and I didn't observe
    any problems with it. 
 
 I hope that will be useful.
 Marcus