|
Posted by dummy on February 22, 2008, 3:05 am
Please log in for more thread options
wrote:
>
>>> Strawberry perl *should* provide all the means you need to install cpan
>>> tarballs. Download the thing from CPAN yourself and then do the usual
>>> stuff.
>>>
>>> http://www.cpan.org/modules/INSTALL.html
>>
>> Upon doing so, I am prompted (via the instructions to run Makefile.PL)
>> to provide the directory where the SSL Headers are located, using as
>> default "C:\openssl". Where would I find the appropriate SSL Headers
>> in order to accomplish this?
>>
>See:
>http://search.cpan.org/src/DLAND/Crypt-SSLeay-0.57/README
>
>Specifically:
>
> "You must have OpenSSL or SSLeay installed before compiling this module.
> You can get the latest OpenSSL package from:
>
> http://www.openssl.org"
>
>
>As a general note, installing XS modules (especially ones that require
>additional libraries) on strawberry perl is possible but not exactly
>painless. strawberry provides only just about the minimum of
>infrastructure to support this.
>
>Activeperl's ppm packages are a *lot* friendlier to use, and you should
>reconsider your judgement if the only reason you're using it is that the
>activestate site is blocked. Get your manager to fix that.
>
>Joost.
I have been using Activeperl for some time, but just became aware of the
fact that their ppm's deliver v0.72 of WWW::Mechanize, and the CPAN
version is 1.34 ! I have a gazillion modules from Activeperl. I've
been getting wierd results and would like to upgrade. Can I have
Strawberry and Activeperl on the same (Windows) machine?
|