Re: [slightly OT] Catalyst? Maypole?

2006-01-20 Thread Ruslan Zakirov
On 1/20/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: > Hi > > I've been looking around at MVC frameworks a bit recently. RoR looks > good if you don't mind the language switch, but I'm also looking at > these two. Anyone have much experience of them, in tandem with > mod_perl? Feedback and thoug

Re:[SOLVED] Scalar::Util::weaken under MP2+Mason

2006-01-16 Thread Ruslan Zakirov
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: >

Re: Scalar::Util::weaken under MP2+Mason

2006-01-16 Thread Ruslan Zakirov
to/List/Util/Util.so: undefined symbol: PL_block_type at /usr/lib/perl5/vendor_perl/5.8.7/XSLoader.pm line 70.\n at /usr/lib/perl5/vendor_perl/5.8.7/x86_64-linux/List/Util.pm line 25\n Where to go next? On 1/17/06, Ruslan Zakirov <[EMAIL PROTECTED]> wrote: > Hello. > > I get

Scalar::Util::weaken under MP2+Mason

2006-01-16 Thread Ruslan Zakirov
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