don Wang wrote:
> 
> Joshua, (and all)
> 
> Thanks very much for your reply. Following your suggestions, I have tried
> again this morning, to no avail.
> 
> I am sure I missed something obvious here. although serveral people have
> mentioned compiling mod_perl STATICALLY with Apache, I have not found clear
> instructions on EXACTLY how to do it. Following the 10-step instruction at
> http://perl.apache.org/guide/install.html, still several problem came up.
> 

If you avoid doing ...

The DSO mechanism is provided by Apache's mod_so.c which needs to be compiled
     into the httpd program. This is automatically done when DSO is enabled for module
     mod_xxx via configure --enable-module=xxx or by explicitly adding mod_so via 
configure
     --enable-module=so. 

you will get a static build.  You need to make install mod_perl, before
you make test mod_perl.  After make test works, then copy your new httpd
to your final home /usr/local/apache/...

Once you have the new server copied over it should have the mod_perl
tag in the header too.

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to