Opened 5 years ago

Last modified 5 years ago

#59632 closed defect

(10.7.4, curl,youtube-dl) cannot force activate curl — at Version 2

Reported by: mrkapqa Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hello ,

today i installed Osx Lion onmy MacMini and i could not install MacPorts latest from .pkg (The error is lke "this package has been probably damaged or altered . Please provide yourself a new copy of the package and try again")

therefore i installed the macports manually , like here

$ cd MacPorts-2.6.2/
$ ./configure
$ make
$ sudo make install

when installing youtube-dl manually i incur in error

curl: (35) Unknown SSL protocol error in connection to yt-dl.org:443 

so i try to upgrade curl

sudo port install curl
sudo port -f activate curl

but curl remains on system level

curl --version
curl 7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp 
Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM SSL libz 

Change History (2)

comment:1 Changed 5 years ago by mrkapqa

perlbrew is also not installeing

 curl -L http://xrl.us/installperlosx | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   248  100   248    0     0    265      0 --:--:-- --:--:-- --:--:--     0
curl: (35) error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

comment:2 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.