Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 99765
Status: new
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: Nobody in particular
Requestors: david [...] davidfavor.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Crypt::SSLeay-0.72 fails to build
Date: Thu, 23 Oct 2014 19:20:00 -0500
To: bug-Crypt-SSLeay [...] rt.cpan.org
From: David Favor <david [...] davidfavor.com>
perl Makefile.PL works, generating a Makefile. Typing make then seems to start the perl Makefile.PL process over again. 2nd time through this is output. The test suite can attempt to connect to public servers to ensure that the code is working properly. If you are behind a strict firewall or have no network connectivity, these tests may fail (through no fault of the code). Do you want to run the live tests (y/N)? [N] n Checking if your kit is complete... Looks good Warning (mostly harmless): No library found for -lssl32 Warning (mostly harmless): No library found for -lssleay32 Warning (mostly harmless): No library found for -leay32 Warning (mostly harmless): No library found for -llibeay32 Generating a Unix-style Makefile Writing Makefile for Crypt::SSLeay Writing MYMETA.yml and MYMETA.json ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false make: *** [Makefile] Error 1 mbp-david# echo $? 2 Same error independent of whether y/n is used for run live tests. Works on Ubuntu-14.04 + fails on Mac-10.9.5