On Fri, Aug 28, 2009 at 9:50 AM, Nicholas Clark<n...@ccl4.org> wrote:


> But it should still be the same (actual) path, and nothing is changing
> directory here. Hence why I'm really confused, as I would have thought
> that all the C runtime gubbins loading the DLL will be loading it either
> as ../../lib/$whatever or 
> C:/gitclients/perl/ext/DynaLoader/../../lib/$whatever
> or C:/gitclients/perl/lib/$whatever

Setting PERL_DL_DEBUG in the environment should get it to spit out
where it's looking for what, assuming it's finding DynaLoader but then
failing to find other things.

Reply via email to