in reply to Re: PERL_DL_NONLAZY and make test failure
in thread PERL_DL_NONLAZY and make test failure

Well, the easiest thing to do is to load up the module by hand and see what it yells about.

perl -Ilib/blib -Ilib/arch -MText::Pspell

That doesn't complain about anything. But that's not preloading with PERL_DL_NONLAZY, although PERL_DL_NONLAZY=1 doesn't change anything.

I'm not really looking for a way around the problem, but rather how to debug -- specifically how to find out what is unresolved. I guess it's not exactly a "perl" problem, but a lack of good unix debugging skills on my part. Thanks,

  • Comment on Re: Re: PERL_DL_NONLAZY and make test failure