I have seen this before and was able to proceed by using PPM3 to add
http://theoryx5.uwinnipeg.ca/ppms/ as a repository and installing
Ctrypt::SSLeay from there. Afterwards, the makefiles that needed
crypt::ssleay worked fine.

-M


----- Original Message ----- 
From: "Jim Keenan" <[EMAIL PROTECTED]>
To: <perl-win32-users@listserv.ActiveState.com>
Sent: Thursday, December 07, 2006 3:32 AM
Subject: Crypt::SSLeay not found by Makefile.PL on Windows


.
.
>
> perl Makefile.PL fails to find Crypt::SSLeay, even though it's
installed
in the correct location, and even though the script can successfully
locate
other non-core Perl modules installed in C:\Perl\site\lib\.  make runs
without error, but, not surprisingly, make test fails at the point where
an
https call is first attempted.
>

But if Crypt::SSLeay is really *not* locatable, the tests should fail as
soon as an attempt to *load* Crypt::SSLeay takes place - and the loading
would (I think) be done well in advance of making any https call.

I suspect there's something botched wrt the Crypt::SSLeay installation.
What
does 'perl -MCrypt::SSLeay -e "print $Crypt::SSLeay::VERSION";' report ?

I've *never* seen the Makefile.PL fail to locate a properly installed
prerequisite. (I presume this is exactly the same Makefile.PL that works
fine on other operating systems ?)

Cheers,
Rob


_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to