I want to ask that how can I upgrade the Openssl from 0.9 to 1.0.* in Strawberry Perl version 5.10.*?

Go to openssl.org and download source code or binaries .... until you have a directory with the latest version like this

openssl\bin\libeay32.dll openssl\exp\libeay32.exp openssl\lib\libeay32.a openssl\lib\libeay32.def openssl\lib\libeay32.lib openssl\include\openssl\...

Copy the bin/lib/include that to strawberry perl directory c

...strawberryperl\c\bin\libeay32.dll ...strawberryperl\c\lib\libeay32.a ...strawberryperl\c\lib\libeay32.def ...strawberryperl\c\lib\libeay32.lib ...strawberryperl\c\include\openssl...

You could try binaries from http://strawberryperl.com/package/kmx/64_libs/gcc49-2016Q4/

After you have appropriate openssl binaries, then

Then install / reinstall any perl modules that depend on openssl, like  cpan Net::SSLeay IO::Socket::SSL

If it works it works, if it doesn't work, then you gotta work through each error .....

A better idea is go to http://strawberryperl.com/releases.html and download a recent PortableZIP edition = suitable for "perl on USB stick" (you can move/rename the perl directory and it will still work)

You can many different portablezip editions installed, as long as you use a different directory for each, they won't trip over each other, and they'll already have a resonably recent version of openssl


In reply to Re: Openssl upgrade in Strawberry Perl by Anonymous Monk
in thread Openssl upgrade in Strawberry Perl by znasir

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.