Skip to content

Instantly share code, notes, and snippets.

@jjn1056
Created October 2, 2020 15:15
Show Gist options
  • Save jjn1056/730946690347e7e2a9eb59fa87685e78 to your computer and use it in GitHub Desktop.
Save jjn1056/730946690347e7e2a9eb59fa87685e78 to your computer and use it in GitHub Desktop.
$ PERL_MM_USE_DEFAULT=1 cpanm --reinstall --verbose Crypt::SSLeay
cpanm (App::cpanminus) 1.7044 on perl 5.028001 built for darwin-2level
Work directory is /Users/jnapiorkowski/.cpanm/work/1601651704.14365
You have make /usr/bin/make
You have LWP 6.49
You have /usr/bin/tar: bsdtar 2.8.3 - libarchive 2.8.3
You have /usr/bin/unzip
Searching Crypt::SSLeay () on cpanmetadb ...
--> Working on Crypt::SSLeay
Fetching http://www.cpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-0.72.tar.gz ... OK
Unpacking Crypt-SSLeay-0.72.tar.gz
x Crypt-SSLeay-0.72/
x Crypt-SSLeay-0.72/certs/
x Crypt-SSLeay-0.72/Changes
x Crypt-SSLeay-0.72/eg/
x Crypt-SSLeay-0.72/inc/
x Crypt-SSLeay-0.72/lib/
x Crypt-SSLeay-0.72/Makefile.PL
x Crypt-SSLeay-0.72/MANIFEST
x Crypt-SSLeay-0.72/MANIFEST.SKIP
x Crypt-SSLeay-0.72/META.json
x Crypt-SSLeay-0.72/META.yml
x Crypt-SSLeay-0.72/openssl-version.c
x Crypt-SSLeay-0.72/README.md
x Crypt-SSLeay-0.72/SSLeay.pm
x Crypt-SSLeay-0.72/SSLeay.xs
x Crypt-SSLeay-0.72/t/
x Crypt-SSLeay-0.72/TODO
x Crypt-SSLeay-0.72/typemap
x Crypt-SSLeay-0.72/t/00-basic.t
x Crypt-SSLeay-0.72/t/01-connect.t
x Crypt-SSLeay-0.72/t/02-live.t
x Crypt-SSLeay-0.72/t/03-version.t
x Crypt-SSLeay-0.72/t/boilerplate.t
x Crypt-SSLeay-0.72/t/manifest.t
x Crypt-SSLeay-0.72/lib/Crypt/
x Crypt-SSLeay-0.72/lib/Net/
x Crypt-SSLeay-0.72/lib/Net/SSL.pm
x Crypt-SSLeay-0.72/lib/Crypt/SSLeay/
x Crypt-SSLeay-0.72/lib/Crypt/SSLeay/Conn.pm
x Crypt-SSLeay-0.72/lib/Crypt/SSLeay/CTX.pm
x Crypt-SSLeay-0.72/lib/Crypt/SSLeay/Err.pm
x Crypt-SSLeay-0.72/lib/Crypt/SSLeay/MainContext.pm
x Crypt-SSLeay-0.72/lib/Crypt/SSLeay/Version.pm
x Crypt-SSLeay-0.72/lib/Crypt/SSLeay/X509.pm
x Crypt-SSLeay-0.72/inc/IO/
x Crypt-SSLeay-0.72/inc/IO/Interactive/
x Crypt-SSLeay-0.72/inc/IO/Interactive/Tiny.pm
x Crypt-SSLeay-0.72/eg/lwp-ssl-test
x Crypt-SSLeay-0.72/eg/net-ssl-test
x Crypt-SSLeay-0.72/certs/ca-bundle.crt
x Crypt-SSLeay-0.72/certs/notacacert.pem
x Crypt-SSLeay-0.72/certs/notacakeynopass.pem
Entering Crypt-SSLeay-0.72
Checking configure dependencies from META.json
Checking if you have Path::Class 0.26 ... Yes (0.37)
Checking if you have Try::Tiny 0.19 ... Yes (0.30)
Checking if you have ExtUtils::CBuilder 0.280205 ... Yes (0.280231)
Checking if you have Getopt::Long 0 ... Yes (2.5)
Running Makefile.PL
Configuring Crypt-SSLeay-0.72 ... Cannot link with any of the requested SSL libraries 'ssl, crypto, ssl32, ssleay32, eay32, libeay32, z'
N/A
! Configure failed for Crypt-SSLeay-0.72. See /Users/jnapiorkowski/.cpanm/work/1601651704.14365/build.log for details.
MM-MAC-7425:landlordship jnapiorkowski$
MM-MAC-7425:landlordship jnapiorkowski$
MM-MAC-7425:landlordship jnapiorkowski$
MM-MAC-7425:landlordship jnapiorkowski$ cat /Users/jnapiorkowski/.cpanm/work/1601651704.14365/build.log
cpanm (App::cpanminus) 1.7044 on perl 5.028001 built for darwin-2level
Work directory is /Users/jnapiorkowski/.cpanm/work/1601651704.14365
You have make /usr/bin/make
You have LWP 6.49
You have /usr/bin/tar: bsdtar 2.8.3 - libarchive 2.8.3
You have /usr/bin/unzip
Searching Crypt::SSLeay () on cpanmetadb ...
--> Working on Crypt::SSLeay
Fetching http://www.cpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-0.72.tar.gz
-> OK
Unpacking Crypt-SSLeay-0.72.tar.gz
Entering Crypt-SSLeay-0.72
Checking configure dependencies from META.json
Checking if you have Path::Class 0.26 ... Yes (0.37)
Checking if you have Try::Tiny 0.19 ... Yes (0.30)
Checking if you have ExtUtils::CBuilder 0.280205 ... Yes (0.280231)
Checking if you have Getopt::Long 0 ... Yes (2.5)
Configuring Crypt-SSLeay-0.72
Running Makefile.PL
-> N/A
-> FAIL Configure failed for Crypt-SSLeay-0.72. See /Users/jnapiorkowski/.cpanm/work/1601651704.14365/build.log for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment