Bill Hudson wrote:
To be honest what you sent me is over my head.

Did you read the docs that I linked to? What part of this is over your head?

"To determine if you can use a DSO mod_perl with your version of Perl, first find out which malloc your Perl was built with by running:
 % perl -V:usemymalloc
If you get:
 usemymalloc='n';
then it means that Perl is using the system malloc, so mod_perl will work fine as DSO."

"Here are the build steps:
% tar xzvf mod_perl-1.xx.tar.gz
% cd mod_perl-1.xx
% perl Makefile.PL \
    USE_APXS=1 \
    WITH_APXS=/path/to/bin/apxs  \
    EVERYTHING=1 \
% make && make test && make install
This will build the DSO libperl.so outside the Apache source tree with the new Apache 1.3 support tool apxs and install it into the existing Apache hierarchy."

Reply via email to