Thanks Dondi, this worked great.

Bill Hudson


Dondi Stroma wrote:
> 
> "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." 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-with-mod_perl-after-upgrading-to-Perl-5.8.8-tp18825147p18862823.html
Sent from the mod_perl - General mailing list archive at Nabble.com.

Reply via email to