Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

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

by karlgoethebier (Abbot)
on Jul 29, 2021 at 08:03 UTC ( [id://11135468]=note: print w/replies, xml ) Need Help??


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

"...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»

Replies are listed 'Best First'.
Re^5: How to install Net::SSLeay with perlbrew on a Mac?
by hippo (Bishop) on Jul 29, 2021 at 08:27 UTC
    ! 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://11135468]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-03-28 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found