Changes between Initial Version and Version 1 of Ticket #63619, comment 2
- Timestamp:
- Oct 13, 2021, 4:05:45 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63619, comment 2
initial v1 1 1 It should be noted that openssl@1.1_0 also breaks Macports version of sudo. So one cannot just type "sudo port -f activate openssl" or "sudo port deactivate curl-ca-bundle port" etc. 2 2 3 One will need to use the version of "sudo" that was installed with MacOS. E.g. /usr/bin/sudo port -f acti cate openssl3 One will need to use the version of "sudo" that was installed with MacOS. E.g. /usr/bin/sudo port -f activate openssl 4 4 5 5 Here is my output on my Mac running Lion. … … 47 47 }}} 48 48 49 To overcome this error: 50 51 {{{ 52 bash-3.2$ /usr/bin/sudo port -f activate openssl 53 }}}