in reply to Net::Amazon::EC2 - Breaks out of the box

Can anybody help me troubleshoot this? It appears to have a problem with Moose, but that's where my knowledge ends... tia, matt
How did you install Moose? What you do to troubleshoot is download a version of Moose, and run the test suite. Here's one way
cpanp>z Moose ...build\Moose-0.59>perl Makefile.PL ...build\Moose-0.59>nmake ...build\Moose-0.59>nmake test
if some test fails, you have your answer. You're kind of alone in getting that error message http://www.cpantesters.org/show/Net-Amazon-EC2.html#Net-Amazon-EC2-0.09

Replies are listed 'Best First'.
Re^2: Net::Amazon::EC2 - Breaks out of the box
by mpettis (Beadle) on Oct 23, 2008 at 03:35 UTC
    I installed via ppm. I've tried trouchelle and theoryx5. I'm going to try a CPAN install now...

    ------------

    UPDATE: I have perl 5.8.8. build 822, and I used CPAN, issuing 'install Moose'. I got a lot of the prerequisites tested and ok, but I kept getting a popup dialog box with the following message: 'The procedure entry point Perl_hv_common could not be located in the dynamic link library perl58.dll'.

    Any ideas with this?

    ------------

    UPDATE 2: OK, I upgraded to perl5.8.8 build 824. I re-ran the CPAN install I detailed above, and this time it worked.