Changes between Initial Version and Version 1 of Ticket #60560, comment 6


Ignore:
Timestamp:
Jun 10, 2020, 11:33:02 PM (4 years ago)
Author:
mouse07410 (Mouse)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60560, comment 6

    initial v1  
    1 Any reason why you don't try {{{sudo install_name_tool -change /usr/local/opt/openssl/libcrypto.1.1.dylib /opt/local/lib/libcrypto.1.1.dylib /opt/local/bin/sqlcmd}}}? And the same for libssl?
     1Any reason why you don't try
     2{{{
     3sudo install_name_tool -change /usr/local/opt/openssl/libcrypto.1.1.dylib /opt/local/lib/libcrypto.1.1.dylib /opt/local/bin/sqlcmd
     4}}}
     5
     6And the same for libssl?
    27
    38Do {{{otool -L /opt/local/bin/sqlcmd}}} to figure what libraries it wants. {{{install_name_tool --help}}} and {{{man install_name_tool}}} will help.