Changes between Initial Version and Version 1 of Ticket #59769, comment 3


Ignore:
Timestamp:
Nov 29, 2019, 12:02:38 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59769, comment 3

    initial v1  
    1 In /opt/local/lib/ I have two files that start with libssl\\
    2 libssl.1.0.0.dylib\\
     1In /opt/local/lib/ I have two files that start with libssl
     2{{{
     3libssl.1.0.0.dylib
    34libssl.a
     5}}}
    46
    57And an alias that has the name libssl.dylib that points to first file listed above.
    68
    7 Rather than trying to let this install as part of a dependency of gnuradio, I have also tried to do the following with no success (i.e. the same failure happens).\\
    8 port clean --all uhd\\
     9Rather than trying to let this install as part of a dependency of gnuradio, I have also tried to do the following with no success (i.e. the same failure happens).
     10{{{
     11port clean --all uhd
    912port install uhd
     13}}}