On Mon, 10 Sep 2001, Stas Bekman wrote:
> the problem is that $code->generate($build); is running in
> post_configure(), which means that I don't know $libmodperl (which is
> $build->{'MODPERL_LIB'}) during MY::post_initialize.
oh right. you can use this instead:
join '.', $build->{MP_LIBNAME}, $Config{dlext};
which is the same value that will get generated later.
patch looks good.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]