On Wed, 14 Jun 2000, you wrote:
> On Wed, Jun 14, 2000 at 11:29:23AM +0000, Shane Nay wrote:
>
> > I thought he was compiling everything statically. (httpd + modperl + embperl)
> > The way I suggested isn't right on any platform :-). (Didn't see the message
> > context under the "what happened log")
>
> Hmm, a perl plug-in modules like embperl cannot be build statically, or
> do I see that wrong? Apache has options to link in external modules
> statically, but all what is not standard perl must be a dynamic plug-in.
>
Well, perl is built in statically to the modperl DSO..., and you can statically
compile add-on modules into perl, so I think the answer here is yes. You can
statically compile extension modules into perl. I haven't done this in a
while, but it is something that can be done. (This was the defacto way of
doing things back in pre 5 days I think, could anyone verify?... sorry, haven't
been around that long.)
(I should note, it's statically built into my DSO, but if you use a DSO'd
version of libperl that could be different)
Thanks,
Shane.
(This is to answer your question, yes I'm pretty sure you can. Why I thought
he was doing that is a mystery to me, because looking back it doesn't make any
sense that I thought that. But I've been pretty sick the last few days, so
maybe that's to blame.)