Heh, I've found problem, perl and libperl was compiled with different
flags. libperl was compiled without -DDEBUGGING.
On 1/17/06, Ruslan Zakirov <[EMAIL PROTECTED]> wrote:
> I've hacked List::Util a little, to see if it dies in loading .so and
> it does with error:
> [Tue Jan 17 00:45:13 2006] [
I've hacked List::Util a little, to see if it dies in loading .so and
it does with error:
[Tue Jan 17 00:45:13 2006] [error] Can't load
'/usr/lib/perl5/vendor_perl/5.8.7/x86_64-linux/auto/List/Util/Util.so'
for module List::Util:
/usr/lib/perl5/vendor_perl/5.8.7/x86_64-linux/auto/List/Util/Util.so:
Hello.
I get "Undefined subroutine &Scalar::Util::weaken called at
/opt/rt34/lib/RT/Action/Generic.pm line 108." which means that
Scalar::Util (really List::Util) couldn't load XS library, but this
happens only under mod_perl, for example this works from CLI and under
HTTP::Server::Simple. I've re