>>>>> "SB" == Stas Bekman <[EMAIL PROTECTED]> writes:

>> I'm all set (using your patch).  However, if the consensus is that I'd be
>> better off with Perl built shared, then how do I "link perl's libperl.so to
>> mod_perl's libperl.a"?

SB> I'm not familiar with FreeBSD to give the right advice. I've CC'ed
SB> Vivek who may have one.

I build mine dynamic, just because it is easier.

I use the freebsd ports to build apache+modssl, then I build mod_perl
from CVS.  It all just works[tm].

The only thing to avoid is to ever do a graceful restart of your
mod_perl httpd.  It will leak memory like nobody's business
(basically, expect *all* of the pre-restart process size to be lost).
I always do stop/start when necessary to rotate logs or change
configs.

Reply via email to