Changes between Initial Version and Version 1 of Ticket #63415, comment 5
- Timestamp:
- Sep 21, 2021, 10:41:03 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63415, comment 5
initial v1 2 2 3 3 The "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 5 Edit: And now I realize that using OPENSSL_PREFIX=/opt/local/lib/openssl@1.1 is another way to work around the same problem.