Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: How to install Net::SSLeay with perlbrew on a Mac?

by stevieb (Canon)
on Jul 28, 2021 at 23:16 UTC ( [id://11135453]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to install Net::SSLeay with perlbrew on a Mac?
in thread How to install Net::SSLeay with perlbrew on a Mac?

I think hippo might be right, that Net::SSLeay isn't necessary. Observe:

steve@cecilia ~/scratch $ perl -v This is perl 5, version 34, subversion 0 (v5.34.0) built for darwin-2l +evel

cpanm FFI::Platypus output:

steve@cecilia ~/scratch $ cpanm FFI::Platypus --> Working on FFI::Platypus Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/FFI-Platypus-1.5 +3.tar.gz ... OK Configuring FFI-Platypus-1.53 ... OK ==> Found dependencies: FFI::CheckLib, Alien::FFI, Test2::V0 ... snipped for brevity ... Successfully installed FFI-Platypus-1.53 16 distributions installed

Replies are listed 'Best First'.
Re^4: How to install Net::SSLeay with perlbrew on a Mac?
by karlgoethebier (Abbot) on Jul 29, 2021 at 08:03 UTC
    "...Observe..."

    Here is what i observed:

    Karls-Mac-mini:Yaph karl$ perl -v This is perl 5, version 34, subversion 0 (v5.34.0) built for darwin-th +read-multi-2level ################# Karls-Mac-mini:Yaph karl$ cpanm FFI::Platypus --> Working on FFI::Platypus # ... snipped for brevity ... ==> Found dependencies: Net::SSLeay, IO::Socket::SSL --> Working on Net::SSLeay Fetching http://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.90.ta +r.gz ... OK Configuring Net-SSLeay-1.90 ... N/A ! Configure failed for Net-SSLeay-1.90. See /Users/karl/.cpanm/work/16 +27544871.1168/build.log for details. --> Working on IO::Socket::SSL Fetching http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.071 +.tar.gz ... OK ==> Found dependencies: Net::SSLeay ! Installing the dependencies failed: Module 'Net::SSLeay' is not inst +alled ! Bailing out the installation for IO-Socket-SSL-2.071. ! Installing the dependencies failed: Module 'Net::SSLeay' is not inst +alled, Module 'IO::Socket::SSL' is not installed ! Bailing out the installation for Alien-FFI-0.25. ! Installing the dependencies failed: Module 'Alien::FFI' is not insta +lled ! Bailing out the installation for FFI-Platypus-1.53.

    Tja. Very strange for the moment. Best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

      ! Bailing out the installation for Alien-FFI-0.25.

      You don't have libffi installed, or at east cpanm thinks not. If you install libffi outside of Perl (eg. via your OS package manager) then there's no need for Alien::FFI and therefore no need for Net::SSLeay.

      Alien::FFI is a dynamic dependency - it is only attempted to be installed itself on systems which don't already have libffi. This is why it doesn't show up in the static dependency lists. HTH.


      🦛

        You mean i need to install this?

        Update:

        Successfully installed FFI-Platypus-1.53

        This made my day. Thanks.

        «The Crux of the Biscuit is the Apostrophe»

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11135453]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-28 20:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found