happyse27 has asked for the wisdom of the Perl Monks concerning the following question:

Hi All, I got problem with openssl 0.96d as per recommended by http://www.cpan.org/modules/by-modul...ay-1.35.readme for Net::SSLeay.pm Any workaround? I got the error messages when compiling below even after the advise 1 and 2 is given below from different sources. Thanks in Advance, really desperate to resolve this issues. Searched for many websites still having problem. 1) C:\> SET INCLUDE_PATH=C:\OpenSSL\Include as per http://www.perlmonks.org/?node_id=664220 2) and then also follow the instructions in http://www.cpan.org/modules/by-modul...ay-1.35.readme Thanks and Best Rgds, Andrew Error message =========== -- More -- cpan -fi Net::SSLeay Database was generated on Mon, 06 Jul 2009 09:08:51 GMT Running install for module 'Net::SSLeay' Running make for F/FL/FLORA/Net-SSLeay-1.35.tar.gz Checksum for C:\strawberry\cpan\sources\authors\id\F\FL\FLORA\N et-SSLeay-1.35.ta r.gz ok CPAN.pm: Going to build F/FL/FLORA/Net-SSLeay-1.35.tar.gz Cannot determine perl version info from lib/Net/SSLeay.pm Cannot determine license info from lib/Net/SSLeay.pm *** Could not find OpenSSL If it's already installed, please set the OPENSSL_PREFIX environment variable accordingly. If it isn't installed yet, get the latest version from http://www.openssl.org/. Warning: No success on commandC:\strawberry\perl\bin\perl.exe Makefile.PL FLORA/Net-SSLeay-1.35.tar.gz C:\strawberry\perl\bin\perl.exe Makefile.PL -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install

Replies are listed 'Best First'.
Re: Openssl for Net::SSLeay
by Anonymous Monk on Jul 15, 2009 at 09:13 UTC
      Hi Sirs,

      Thanks All. For the procedures you recommended, I am stuck at this portion. ms\mingw2 is unix command(but i am using windows 32). I have unzipped openssl.0.9.8e.

      Also, what is consult INSTALL.W32 and what is the place to search?

      Thanks and Best Rgds,

      Andrew Note - stuck here -----------------
      - ms\mingw32 - cd out - ..\ms\test (if you have trouble getting to this stage, consult INSTALL.W32) The notes recommendation.. Windows XP SP2 Strawberry Perl 5.8.8-alpha-2 OpenSSL 0.9.8e source openssl-0.9.8e.tar.gz - Install Strawberry Perl by running the installer (strawberry-perl-5.8.8-alpha-2.exe in this example) - Unpack openssl-0.9.8e.tar.gz - cd openssl-0.9.8e - ms\mingw32 - cd out - ..\ms\test (if you have trouble getting to this stage, consult INSTALL.W32) - md c:\openssl - md c:\openssl\bin - md c:\openssl\lib - md c:\openssl\include - md c:\openssl\include\openssl - copy /b inc32\openssl\* c:\openssl\include\openssl - copy /b out\libssl32.a c:\openssl\lib - copy /b out\libeay32.a c:\openssl\lib - copy /b libssl32.dll c:\openssl\bin - copy /b libeay32.dll c:\openssl\bin - copy /b out\openssl.exe c:\openssl\bin - cd Net-SSLeay-xxxx - c:\strawberry-perl\perl\bin\perl Makefile.PL - dmake - copy c:\openssl\bin\*.dll blib/arch/auto/Net/SSLeay - dmake install
        Hi Dear All, Any news? Thanks, Andrew
Re: Openssl for Net::SSLeay
by ropey (Hermit) on Jul 15, 2009 at 08:09 UTC

    Firstly I would suggest you format your post so the error is readable

    Please use .. tags to show the errors and we can take it from there

Re: Openssl for Net::SSLeay
by mscharrer (Hermit) on Jul 15, 2009 at 08:48 UTC