You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Petter Larsson <pe...@resfeber.se> on 2000/12/13 10:47:19 UTC

Recompiling modperl ?

Hi,

Is it possible to recompile mod_perl to add features (for example
PERL_AUTHEN=1) without having to recompile apache itself ?

Lets say that one has compiled apache 1.3.x with mod_perl and mod_ssl
and later
finds out that features are missing from mod_perl.

I know that this is probably a "newbie" question but I would be really
thankful for
answers.

regards
Petter


Re: Recompiling modperl ?

Posted by Vivek Khera <kh...@kciLink.com>.
>>>>> "PL" == Petter Larsson <pe...@resfeber.se> writes:

PL> Is it possible to recompile mod_perl to add features (for example
PL> PERL_AUTHEN=1) without having to recompile apache itself ?

If mod_perl is statically linked, then no, you must recompile Apache.
If mod_perl is dynamically linked, then yes, you can recompile just
mod_perl.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera@kciLink.com       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

Re: Recompiling modperl ?

Posted by Steven Cotton <st...@cotton.dk>.
On Wed, 13 Dec 2000, Petter Larsson wrote:

> Hi,
> 
> Is it possible to recompile mod_perl to add features (for example
> PERL_AUTHEN=1) without having to recompile apache itself ?

Only if you load mod_perl via DSO.

-- 
steven
1;