Changes between Initial Version and Version 2 of Ticket #59632
- Timestamp:
- Nov 7, 2019, 8:21:48 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59632 – Description
initial v2 7 7 therefore i installed the macports manually , like here 8 8 9 {{{ 9 10 $ cd MacPorts-2.6.2/ 10 11 $ ./configure 11 12 $ make 12 13 $ sudo make install 13 14 14 }}} 15 15 16 16 when installing youtube-dl manually i incur in error 17 17 18 18 {{{ 19 19 curl: (35) Unknown SSL protocol error in connection to yt-dl.org:443 20 21 20 }}} 22 21 23 22 so i try to upgrade curl 24 25 23 26 24 {{{ … … 29 27 }}} 30 28 31 32 29 but curl remains on system level 33 30 31 {{{ 34 32 curl --version 35 33 curl 7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5 36 34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp 37 35 Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM SSL libz 36 }}}