Changes between Initial Version and Version 1 of Ticket #63415, comment 5


Ignore:
Timestamp:
Sep 21, 2021, 10:41:03 PM (3 years ago)
Author:
steven-michaud (Steven Michaud)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63415, comment 5

    initial v1  
    22
    33The "loading libcrypto in an unsafe way" error happens when something tries to load macOS's own unversioned 'libcrypto.dylib'. It doesn't happen loading MacPorts' 'libcrypto.dylib', versioned or unversioned. Only the macOS copy triggers this error. This has been true at least since macOS 11 (BigSur). For some reason MacPorts' Perl 5.28 tries to load the macOS copy -- even when a MacPorts copy already exists in '/opt/local/lib'. This doesn't happen with Perl 5.30.
     4
     5Edit: And now I realize that using OPENSSL_PREFIX=/opt/local/lib/openssl@1.1 is another way to work around the same problem.