Changes between Initial Version and Version 1 of Ticket #57016, comment 12


Ignore:
Timestamp:
Sep 12, 2019, 2:54:06 AM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57016, comment 12

    initial v1  
    33So I can put that through. I can't think, though, what we might do to prevent `ld64-97` breaking if a user has it installed already against openssl 1.0.x. And that would likely be most everyone, of course.
    44
    5 We could have had `openssl` depend on `openssl10` and have `openssl10` lay in some symlinks to provide, for example
    6 {{{
    7 /opt/local/lib/libcrypto.1.0.0.dylib
    8 }}}
    9 
    10 In retrospect, that perhaps would not have been a totally terrible idea.
     5Simplest idea would be to just get them to activate the older openssl and upgrade ld64-97, I guess, then activate the new one again and proceed on from there.