Changes between Version 1 and Version 2 of Ticket #63916, comment 1


Ignore:
Timestamp:
Nov 12, 2021, 4:21:18 AM (3 years ago)
Author:
reneeotten (Renee Otten)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63916, comment 1

    v1 v2  
    11I think the sip here is a red herring. It seems to me that the issue is with {{{pdal}}}, there are all kind of references to {{{Referenced from: /opt/local/lib/libpdalcpp.12.dylib}}} in the build log and indeed also to {{{openssl}}} (e.g., {{{#define PDAL_VERSION_MAJOR "dyld: Library not loaded: /opt/local/lib/libssl.1.1.dylib}}}.
    22
    3 I think the issue is that {{{pdal}}} does not declare a dependency on OpenSSL, but does link to it:
     3I think the issue is that {{{pdal}}} does not declare a dependency on OpenSSL (and therefore didn't get a revbump after the OpenSSL switch), but does link to it:
    44{{{
    55 % otool -L `port contents pdal | grep dylib` | grep crypto