G'day bigswifty00000,

Your core problem would appear to be:

"... incompatible architecture (have (arm64), need (x86_64)) ..."

I also note that you're using a development version of Perl (v5.35.1). I'd suggest upgrading to the next stable version (v5.36.0).

You haven't shown any details of how you're installing manually or via cpan. If you post that information, we may be able to provide more help.

Check your version of cpan. You should get:

$ which cpan /Users/kevin/perl5/perlbrew/perls/perl-5.35.1/bin/cpan

You also seem to have mismatched paths (which might be a problem, but I'm only guessing):

/Users/kevin/Downloads/... /Users/kevin/perl5/perlbrew/...

Read the README file. This has a lot of information regarding required libraries, as well as troubleshooting tips. It also indicates that you should read README.OSX.

— Ken


In reply to Re: Net::SSleay install on Mac by kcott
in thread Net::SSleay install on Mac by bigswifty00000

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.