I'll get you my latest separately which prints a little 
more helpful info about what's going on when 
you run "perl Makefile.PL".

--Josh

> Scott Hill wrote:
> 
> I'm new to openssl and Crypt::SSLeay. I've gotten them successfully installed and 
>working at home on my Linux machine (I'm using them to get LWP to
> work with secure web sites), but am having trouble in WinNT4(SP6). Hopefully someone 
>here can help.
> 
> I've installed OpenSSL successfully (the tests all were successful). When I go to 
>install Crypt::SSLeay, this is what I get from the nmake command:
> 
> ========================================
> BUILD INFORMATION
> ========================================
> 
> ssl dir:        d:\cygwin\home\administrator\openssl-0.9.6
> libraries:      -lssleay32 -llibeay32 -lRSAglue -lrsaref
> include dir:    d:\cygwin\home\administrator\openssl-0.9.6\include 
>-Id:\cygwin\home\administrator\openssl-0.9.6\inc32
> ssl header:     ssl.h
> 
> ========================================
> 
> Checking if your kit is complete...
> Looks good
> Note (probably harmless): No library found for '-lrsaref'
> Writing Makefile for Crypt::SSLeay
> 
> D:\cygwin\home\administrator\Crypt-SSLeay-0.18>nmake
> 
> Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
> 
> mkdir blib
> mkdir blib\lib
> mkdir blib\lib\Crypt
> mkdir blib\arch
> mkdir blib\arch\auto
> mkdir blib\arch\auto\Crypt
> mkdir blib\arch\auto\Crypt\SSLeay
> mkdir blib\lib\auto
> mkdir blib\lib\auto\Crypt
> mkdir blib\lib\auto\Crypt\SSLeay
> cp lib/Net/SSL.pm blib\lib\Net\SSL.pm
> cp lib/Crypt/SSLeay/MainContext.pm blib\lib\Crypt\SSLeay\MainContext.pm
> cp lib/Crypt/SSLeay/CTX.pm blib\lib\Crypt\SSLeay\CTX.pm
> cp SSLeay.pm blib\lib\Crypt\SSLeay.pm
> cp lib/Crypt/SSLeay/Conn.pm blib\lib\Crypt\SSLeay\Conn.pm
> cp lib/Crypt/SSLeay/Err.pm blib\lib\Crypt\SSLeay\Err.pm
> cp lib/Crypt/SSLeay/X509.pm blib\lib\Crypt\SSLeay\X509.pm
>         C:\Perl\bin\Perl.exe -IC:\Perl\lib -IC:\Perl\lib C:\Perl\lib\ExtUtils/xsubpp 
> -typemap C:\Perl\lib\ExtUtils\type
> 
> map -typemap typemap SSLeay.xs > SSLeay.xsc && C:\Perl\bin\Perl.exe -IC:\Perl\lib 
>-IC:\Perl\lib -MExtUtils::Command -e m
> 
> v SSLeay.xsc SSLeay.c
>         cl -c -Id:\cygwin\home\administrator\openssl-0.9.6\include 
>-Id:\cygwin\home\administrator\openssl-0.9.6\inc32 -O
> 
> 1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT 
>-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCR
> 
> T_READFIX -O1 -MD -DNDEBUG      -DVERSION=\"0.18\"  -DXS_VERSION=\"0.18\"  
>-IC:\Perl\lib\CORE  SSLeay.c
> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
> Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
> 
> SSLeay.c
> crypt_ssleay_version.h(1) : fatal error C1083: Cannot open include file: 'ssl.h': No 
>such file or directory
> NMAKE : fatal error U1077: 'cl' : return code '0x2'
> Stop.
> 
> ---------------
> 
> Don't get confused by the cygwin in the path: I'm not installing this under Cygwin, 
>that's just the home directory where I uncompressed the archive.
> My OpenSSL installation is made without Cygwin tools as well. I've run the .bat file 
>in VC++ as mentioned in the FAQ. Any ideas?
> 
> Thanks in advance,
> 
> --Scott
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to