[Catalyst] windows install issues (Was: RFC: New to Catalyst questions)

Rodrigo rodrigolive at gmail.com
Fri Feb 20 16:34:07 GMT 2009


>
> I think the relevant error is:
>>
>> t/02digest....1/32 Can't call method "keysize" on an undefined value at
>> E:/perl510/site/lib/Crypt/OpenPGP.pm line 525.
>> I have tried a:
>>
>> cpan> install Crypt::OpenPGP
>>
>> But I received the message that this module is up to date.
>>
>> I use ActivePerl 5.10.0 build 1004.
>>
>>
>
Oops, ok, sorry, I thought you had Strawberry. Last year I swapped all
things "Active" for Strawberry Perl.

In any case, maybe you can tinker with the ActivePerl cpan Config.pm so that
it uses the MinGW compiler and the Strawberry cpan settings. The idea would
be to make ActivePerl compile its modules using the Strawberry config
settings.Don't know if that would work.

Another way (if don't want to switch to strawberry flavored perl) is to just
install Strawberry, then edit your PATH and strip off all c:\strawberry\...
directories so that it won't disturb your ActivePerl installation. Then
create a little bat file that will give you a "strawberry prompt". Install
modules with strawberry cpan, then copy them from strawberry\perl\site (and
auto) into ActivePerl's \site directories.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20090220/b610b=
5de/attachment.htm


More information about the Catalyst mailing list