On Thu, 16 Aug 2001, Stas Bekman wrote:

> Currently what I've is:
> 
> * How do I build on Solaris with DSO?
> 
> => Build perl and mod_perl using the system malloc

that should be any platform where perl defaults to using its own malloc,
that is, if:
% perl -V:usemymalloc
reports:
usemymalloc='y'

which is fine if:
% perl -V:bincompat5005
reports:
bincompat5005='undef';

but the default for 5.6.x is:
bincompat5005='define';

which can be turned off with:
% Configure -Ubincompat5005 ...

> * My server leaks memory on restart with DSO
> 
> => don't use DSO

shouldn't happen with 5.6.1, at least it doesn't with my testing.



Reply via email to