Hi

Can I link mp2 statically?

I have looked in the 2.0 docs, specifically
<http://perl.apache.org/docs/2.0/user/install/install.html#MP_USE_STATIC>
and tried that magic, but the apache ./config.nice && make does not seem
to see mod_perl.

I did:

1) Configured and made Apache2 as I alwyays do,

2) perl Makefile.PL ... && make as always for mp2,

3) revisited Apache to reconfigure && make for static:

 ln -s $MP2DIR/src/modules/perl $APACHEDIR/modules

Where:
 MP2DIR is the top mod_perl2 dir (where I ran perl Makefile.PL, etc.)
 APACHEDIR is the top Apache2 dir (where I did ./configure && make)

followed by:
 
 cd $APACHEDIR
 ./config.nice --enable-perl=static && make

4) Nada - when I drop my load mp2 directives from httpd.conf,
   mp2 is not there. No mention of mod_perl and/or perl in
   the output from apache configure and make.

I know, I know, the docs (at the link above) state:

 META: The following is not implemented yet.

But I was wondering if I could anyway...

Anyone know how or whether this is possible?

Aloha => Beau;


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to