[MacPorts] #63415: p5.28-net-ssleay failed to compile under Monterey (21A5304g)

MacPorts noreply at macports.org
Thu Dec 30 22:47:15 UTC 2021


#63415: p5.28-net-ssleay failed to compile under Monterey (21A5304g)
----------------------------+--------------------------
  Reporter:  ilTofa         |      Owner:  markmentovai
      Type:  defect         |     Status:  closed
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:  2.7.1
Resolution:  fixed          |   Keywords:  monterey
      Port:  p5-net-ssleay  |
----------------------------+--------------------------

Comment (by markblackman):

 as a sidenote, I build my Perl from perlbrew, also install modules from
 cpanm (rather than macports), however, I do use the OpenSSL macport builds
 to provide OpenSSL. I was obliged to use the following approach (symlinks
 to the dylibs in the openssl11/lib directory) to succeed.


 {{{
 sudo port install openssl11
 sudo ln -s /opt/local/libexec/openssl11/lib/libcrypto.dylib
 /opt/local/libexec/openssl11
 sudo ln -s /opt/local/libexec/openssl11/lib/libssl.dylib
 /opt/local/libexec/openssl11
 export OPENSSL_PREFIX=/opt/local/libexec/openssl11
 cpanm Net::SSLeay
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/63415#comment:44>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list