Changes between Initial Version and Version 2 of Ticket #59632


Ignore:
Timestamp:
Nov 7, 2019, 8:21:48 PM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59632 – Description

    initial v2  
    77therefore i installed the macports manually , like here
    88
     9{{{
    910$ cd MacPorts-2.6.2/
    1011$ ./configure
    1112$ make
    1213$ sudo make install
    13 
    14 
     14}}}
    1515
    1616when installing youtube-dl manually i incur in error
    1717
    18 
     18{{{
    1919curl: (35) Unknown SSL protocol error in connection to yt-dl.org:443
    20 
    21 
     20}}}
    2221
    2322so i try to upgrade curl
    24 
    2523
    2624{{{
     
    2927}}}
    3028
    31 
    3229but curl remains on system level
    3330
     31{{{
    3432curl --version
    3533curl 7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5
    3634Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
    3735Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM SSL libz
     36}}}